diff --git a/src/compiler/OPT.Mod b/src/compiler/OPT.Mod index 403e0377..ffb92431 100644 --- a/src/compiler/OPT.Mod +++ b/src/compiler/OPT.Mod @@ -1376,7 +1376,7 @@ BEGIN topScope := NIL; OpenScope(0, NIL); OPM.errpos := 0; (* POSIX systems normally support PATH_MAX *) EnterIntConst("MAXPATHLEN", Configuration.MaxPathLen); (*PATH_MAX - 1*) - EnterIntConst("MAXFILENAMELEN", Configuration.MaxFnLen); (*NAME_LEN*) + EnterIntConst("MAXFILENAMELEN", Configuration.MaxFnLen); (*NAME_MAX*) syslink := topScope^.right; universe := topScope; topScope^.right := NIL;