summaryrefslogtreecommitdiff
path: root/rtl/objpas/classes
diff options
context:
space:
mode:
authorkaroly <karoly@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-03-23 09:32:49 +0000
committerkaroly <karoly@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-03-23 09:32:49 +0000
commit0a5ce13020225f707da07c316fc44e5a97cc3abe (patch)
tree66d59cea73a11ed190046e059f3ace3eaeb97803 /rtl/objpas/classes
parent4fa0c4a1b678b0cf92966cf92eec831c9976e7bd (diff)
downloadfpc-0a5ce13020225f707da07c316fc44e5a97cc3abe.tar.gz
rtl: remove defines for v2.x compiler from the common part of the RTL. It's no longer suppported to build with that
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@49036 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'rtl/objpas/classes')
-rw-r--r--rtl/objpas/classes/lists.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/objpas/classes/lists.inc b/rtl/objpas/classes/lists.inc
index ae9e951023..e1e0d4d066 100644
--- a/rtl/objpas/classes/lists.inc
+++ b/rtl/objpas/classes/lists.inc
@@ -11,7 +11,7 @@
**********************************************************************}
-{$if defined(VER2_0) or not defined(FPC_TESTGENERICS)}
+{$if not defined(FPC_TESTGENERICS)}
{****************************************************************************}
{* TFPListEnumerator *}