fix string initializer when implicitely going down arrays
[cparser] / types.h
diff --git a/types.h b/types.h
index 622cd1e..4db82f3 100644 (file)
--- a/types.h
+++ b/types.h
@@ -93,5 +93,6 @@ extern type_t *type_unsigned_int64;
 extern type_t *type_unsigned_int128;
 
 void init_basic_types(void);
+void init_builtin_types(void);
 
 #endif