X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=item.h;h=0457099d6d682b199ba917b4da959b78e9269545;hb=b854111c3da17fbba15ae05157bf681b6265be97;hp=492456218dfe2f3e254f09abac426abf0cd43f1b;hpb=3e5e98ceab44fdf624ed07653bc46216d0921ee5;p=cascardo%2Fgrammar.git 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