mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 04:02:25 +00:00
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
Former-commit-id: fd682d9c02
This commit is contained in:
parent
b1b7372d6a
commit
d16df6218b
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue