mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-19 01:17:36 +00:00
Clean up some mixed signedness issues (#175)
This commit is contained in:
parent
e73e125cbf
commit
79b7a300a9
@ -493,7 +493,7 @@ extern DLword *Lisp_world; /* To access LispSysout area */
|
||||
|
||||
#define MAXVERSION 999999999
|
||||
|
||||
#define LASTVERSIONARRAY 0xFFFFFFFF
|
||||
#define LASTVERSIONARRAY -1
|
||||
#define VERSIONARRAYLENGTH 200
|
||||
|
||||
#define NoFileP(varray) \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user