1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-25 19:46:21 +00:00

Rearrange code to avoid forward references. Fix missing void types. PAGE_SIZE collides with system definitions on some systems, rename it.

This commit is contained in:
Nick Briggs
2017-05-24 15:20:42 -07:00
parent 5193937cac
commit e0195ec664
2 changed files with 212 additions and 211 deletions

View File

@@ -16,7 +16,7 @@
/************************************************************************/
#define PAGE_SIZE 512 /* 1 page == 512 byte */
#define FDEV_PAGE_SIZE 512 /* 1 page == 512 byte */
#define RECOG_OLD (S_POSITIVE | 0)
#define RECOG_OLDEST (S_POSITIVE | 1)