mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 22:42:24 +00:00
ported ulmStrings, ulmConstStrings.
changed hidden fields limit in OPM module. makefiles
This commit is contained in:
parent
d3d8ac9de6
commit
6ef66fa542
12 changed files with 122 additions and 110 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