mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-05 02:35:23 +00:00
Clean up some mixed signedness issues (#175)
This commit is contained in:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user