ported ulmStrings, ulmConstStrings.

changed hidden fields limit in OPM module.
makefiles


Former-commit-id: 6ef66fa542
This commit is contained in:
Norayr Chilingarian 2013-10-23 17:54:58 +04:00
parent 1bdad841c7
commit 022dd8ef4a
12 changed files with 126 additions and 114 deletions

View file

@ -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";