X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fgrammar.git;a=blobdiff_plain;f=item.h;fp=item.h;h=0457099d6d682b199ba917b4da959b78e9269545;hp=492456218dfe2f3e254f09abac426abf0cd43f1b;hb=ccc2274465fa1d9c23dcb6fa8a85d5c99b949aa7;hpb=33139d5104e17ecbcfa52d09cf80e40fdc8c652f diff --git a/item.h b/item.h index 4924562..0457099 100644 --- a/item.h +++ b/item.h @@ -1,6 +1,9 @@ #ifndef ITEM_H #define ITEM_H +#include +#include + typedef struct { symbol_t* left; @@ -9,6 +12,6 @@ typedef struct symbol_t* lookahead; } item_t; -GHashTable* item_set_collection (Grammar*, GHashTable*, symbol_t*); +GHashTable* item_set_collection (grammar_t*, GHashTable*, symbol_t*); #endif