X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=type_t.h;h=600222d8670ac27d31479d1affa3c68ef6c3900a;hb=3def71f59901789159be20bfdc806fb0fb1b6375;hp=555f53a06f2c28c501874523d6a3973702e9b3db;hpb=197cc147f33d924bba478120859e0ade5decc45e;p=cparser diff --git a/type_t.h b/type_t.h index 555f53a..600222d 100644 --- a/type_t.h +++ b/type_t.h @@ -31,8 +31,6 @@ #include "ast_t.h" #include "adt/obst.h" -extern struct obstack *type_obst; - typedef enum type_kind_t { TYPE_INVALID, TYPE_ERROR,