mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 13:22:26 +00:00
ported ulmStrings, ulmConstStrings.
changed hidden fields limit in OPM module.
makefiles
Former-commit-id: 6ef66fa542
This commit is contained in:
parent
1bdad841c7
commit
022dd8ef4a
12 changed files with 126 additions and 114 deletions
|
|
@ -64,7 +64,7 @@ MODULE OPM; (* RC 6.3.89 / 28.6.89, J.Templ 10.7.89 / 22.7.96 *)
|
|||
MaxGPtr* = MAX(LONGINT);
|
||||
|
||||
(* maximal number of hidden fields in an exported record: *)
|
||||
MaxHdFld* = 512;
|
||||
MaxHdFld* = 2048;
|
||||
|
||||
HdPtrName* = "@ptr";
|
||||
HdProcName* = "@proc";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue