Merge branch 'master' of 10.24.0.2:working/hammer

This commit is contained in:
Dan Hirsch 2012-05-13 01:25:58 +01:00
commit bd6e7d1b63
2 changed files with 5 additions and 5 deletions

View file

@ -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 {