Make sure that get_type_alignment() is not passed a typedef.
[cparser] / types.h
diff --git a/types.h b/types.h
index cb03f88..282a067 100644 (file)
--- a/types.h
+++ b/types.h
@@ -104,6 +104,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