summaryrefslogtreecommitdiff
path: root/compiler/symconst.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/symconst.pas')
-rw-r--r--compiler/symconst.pas4
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler/symconst.pas b/compiler/symconst.pas
index 02712b4523..1c38f85446 100644
--- a/compiler/symconst.pas
+++ b/compiler/symconst.pas
@@ -310,6 +310,8 @@ type
po_syscall_basesysv,
po_syscall_sysvbase,
po_syscall_r12base,
+ { Used to record the fact that a symbol is asociated to this syscall }
+ po_syscall_has_libsym,
{ Procedure can be inlined }
po_inline,
{ Procedure is used for internal compiler calls }
@@ -467,7 +469,7 @@ type
);
tobjectoptions=set of tobjectoption;
- tarraydefoption=(
+ tarraydefoption=(
ado_IsConvertedPointer, // array created from pointer (e.g. PInteger(Ptr)[1])
ado_IsDynamicArray, // dynamic array
ado_IsVariant, //