diff options
Diffstat (limited to 'inc/spec.h')
-rw-r--r-- | inc/spec.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -10,15 +10,11 @@ struct bloc_header { char identifier[BLOC_IDENTIFIER_LENGTH]; short length; - void *data; + void *entries; } __attribute__((packed)); struct bloc_entry { void *expression; } __attribute__((packed)); -struct bloc_structure { - void *expression; -} __attribute__((packed)); - #endif |