1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-15 15:57:13 +00:00

Interface page storagefullstate is only defined if NEW_STORAGE.

This commit is contained in:
Nick Briggs 2020-12-14 22:35:55 -08:00
parent f6ab28d273
commit 50c4aa24d6

View File

@ -75,7 +75,9 @@ void check_sysout(char *sysout_file_name, int verbose) {
if (verbose) {
printf("ifpage.minbversion %d\n", ifpage.minbversion);
printf("ifpage.process_size %d\n", ifpage.process_size);
#ifdef NEW_STORAGE
printf("ifpage.storagefullstate %d\n", ifpage.storagefullstate);
#endif
printf("ifpage.nactivepages %d\n", ifpage.nactivepages);
} else {
printf("%d", ifpage.minbversion);