1
0
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:
Nick Briggs 2021-01-04 16:50:21 -08:00 committed by GitHub
parent e73e125cbf
commit 79b7a300a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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) \

View File

@ -285,7 +285,7 @@ FINFO *FreeFinfoList;
DFINFO *FinfoArray;
#define INITFINFOARRAY 32
unsigned MAXFINFO;
int MAXFINFO;
#define FINFOARRAYRSIZE 16