X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=types.h;h=285974e768716cf3d92079bc8e56d1dd8f9a98db;hb=61f567301d0489f37afd48af5c80c5f49d9dceb2;hp=cb03f883c58d96274ab15f3db41fa22d4fec6b7b;hpb=9634f9c53e95b6bdc7883228c5ec5147f3de4f8e;p=cparser diff --git a/types.h b/types.h index cb03f88..285974e 100644 --- a/types.h +++ b/types.h @@ -70,6 +70,8 @@ extern type_t *type_wchar_t; extern type_t *type_const_wchar_t; extern type_t *type_wchar_ptr_t; extern type_t *type_wint_t; +extern type_t *type_int32_t; +extern type_t *type_int64_t; extern type_t *type_intmax_t_ptr; extern type_t *type_ptrdiff_t_ptr; @@ -104,6 +106,6 @@ extern type_t *type_unsigned_int64; extern type_t *type_unsigned_int128; void init_basic_types(void); -void init_builtin_types(void); +void init_wchar_types(type_t *base); #endif