diff options
Diffstat (limited to 'src/h/header.h')
-rw-r--r-- | src/h/header.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/h/header.h b/src/h/header.h index 3b131f1..6c9e3f4 100644 --- a/src/h/header.h +++ b/src/h/header.h @@ -15,14 +15,6 @@ struct header { word Strcons; /* location of identifier table */ word Filenms; /* location of ipc/file name table */ - #ifdef FieldTableCompression - short FtabWidth; /* width of field table entries, 1 | 2 | 4 */ - short FoffWidth; /* width of field offset entries, 1 | 2 | 4 */ - word Nfields; /* number of field names */ - word Fo; /* The start of the Fo array */ - word Bm; /* The start of the Bm array */ - #endif /* FieldTableCompression */ - word linenums; /* location of ipc/line number table */ word config[16]; /* icode version */ }; |