Merge branch 'master' of 10.24.0.2:working/hammer
This commit is contained in:
commit
bd6e7d1b63
2 changed files with 5 additions and 5 deletions
|
|
@ -43,13 +43,13 @@ typedef struct input_stream {
|
|||
char bit_offset;
|
||||
char endianness;
|
||||
char overrun;
|
||||
GQueue *lr_stack;
|
||||
} input_stream_t;
|
||||
|
||||
typedef struct parse_state {
|
||||
GHashTable *cache;
|
||||
input_stream_t input_stream;
|
||||
arena_t arena;
|
||||
GQueue *lr_stack;
|
||||
} parse_state_t;
|
||||
|
||||
typedef enum token_type {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue