maxIdLen in OPS.Mod changed. showdef was unable to show definitions of

ulmRandomGenerators.Mod because full path
/opt/voc-1.1/lib/voc/sym/ulmRand... was longer than 32. Now fixed. -- noch
This commit is contained in:
norayr 2015-03-16 17:33:37 +04:00
parent 26542b84df
commit fd682d9c02
2 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,7 @@ MODULE OPS; (* NW, RC 6.3.89 / 18.10.92 *) (* object model 3.6.92 *)
CONST
MaxStrLen* = 256;
MaxIdLen = 32;
MaxIdLen = 256;
TYPE
Name* = ARRAY MaxIdLen OF CHAR;

Binary file not shown.