diff options
| author | karoly <karoly@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2021-03-23 09:32:49 +0000 |
|---|---|---|
| committer | karoly <karoly@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2021-03-23 09:32:49 +0000 |
| commit | 0a5ce13020225f707da07c316fc44e5a97cc3abe (patch) | |
| tree | 66d59cea73a11ed190046e059f3ace3eaeb97803 /rtl/objpas/classes | |
| parent | 4fa0c4a1b678b0cf92966cf92eec831c9976e7bd (diff) | |
| download | fpc-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.inc | 2 |
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 *} |
