summaryrefslogtreecommitdiff
path: root/compiler/msg
diff options
context:
space:
mode:
authornickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2>2014-07-04 17:16:58 +0000
committernickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2>2014-07-04 17:16:58 +0000
commit11ce90d9b385557da1dc189fd9c258ec5c63d3b9 (patch)
treefd5ee02428f36f8656ec784ad6f898b787040a83 /compiler/msg
parent729b266e8638c2254b09b3086393c4e7dc895c3f (diff)
downloadfpc-11ce90d9b385557da1dc189fd9c258ec5c63d3b9.tar.gz
+ added error message in case the HUGEPOINTERNORMALIZATION directive is used
with an invalid argument git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@28152 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/msg')
-rw-r--r--compiler/msg/errore.msg5
1 files changed, 4 insertions, 1 deletions
diff --git a/compiler/msg/errore.msg b/compiler/msg/errore.msg
index d9bbe100f9..55db538478 100644
--- a/compiler/msg/errore.msg
+++ b/compiler/msg/errore.msg
@@ -136,7 +136,7 @@ general_f_oserror=01025_F_Operating system error: $1
#
# Scanner
#
-# 02097 is the last used one
+# 02098 is the last used one
#
% \section{Scanner messages.}
% This section lists the messages that the scanner emits. The scanner takes
@@ -404,6 +404,9 @@ scan_w_invalid_stacksize=02096_W_The specified stack size is not within the vali
scan_w_heapmax_lessthan_heapmin=02097_W_The specified HeapMax value is smaller than the HeapMin value. Setting HeapMax ignored.
% The HeapMax value (if specified) must be greater than or equal to the HeapMin
% value. Otherwise, the HeapMax value is ignored.
+scan_e_illegal_hugepointernormalization=02098_E_Illegal argument for HUGEPOINTERNORMALIZATION
+% The only allowed values for HUGEPOINTERNORMALIZATION are BORLANDC, MICROSOFTC
+% and WATCOMC.
% \end{description}
#
# Parser