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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user