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:
parent
f6ab28d273
commit
50c4aa24d6
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user