1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-28 20:41:30 +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
2 changed files with 2 additions and 2 deletions

View File

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