diff options
author | nickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2014-07-04 13:14:06 +0000 |
---|---|---|
committer | nickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2014-07-04 13:14:06 +0000 |
commit | 166ac17ffeab304719492d40ff865cd05c1111c2 (patch) | |
tree | 499f255fe9cc206bb8ded5ae443fed9b513791d0 /compiler/scandir.pas | |
parent | 3c6962145eda4ac3542ad1b6f8141a0ccb8588c6 (diff) | |
download | fpc-166ac17ffeab304719492d40ff865cd05c1111c2.tar.gz |
* cs_hugeptr_normalization renamed to cs_hugeptr_arithmetic_normalization,
because we're going to also introduce cs_hugeptr_comparison_normalization as
an independent option
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@28149 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/scandir.pas')
-rw-r--r-- | compiler/scandir.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/scandir.pas b/compiler/scandir.pas index 3a55ce1795..a56dbe0be0 100644 --- a/compiler/scandir.pas +++ b/compiler/scandir.pas @@ -1579,7 +1579,7 @@ unit scandir; Message(scan_w_hugepointernormalization_not_support); exit; end; - do_localswitch(cs_hugeptr_normalization); + do_localswitch(cs_hugeptr_arithmetic_normalization); end; procedure dir_weakpackageunit; |