X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=types.h;h=b7ebfd3f56b7259a2d7565177446d2e441678a22;hb=e8070df1b797fac885e22924df503fc41ffb3b39;hp=ddb8d41bba62f85de204eb8842656c6239233634;hpb=bc624857ad8caa300dd45554676e5013c8235880;p=cparser diff --git a/types.h b/types.h index ddb8d41..b7ebfd3 100644 --- a/types.h +++ b/types.h @@ -33,6 +33,7 @@ extern type_t *type_long_double; extern type_t *type_long_long; extern type_t *type_long; extern type_t *type_short; +extern type_t *type_unsigned_short; extern type_t *type_signed_char; extern type_t *type_unsigned_int; extern type_t *type_unsigned_long_long;