Fixed typo in preproc/type.h

This commit is contained in:
Michael Meskes 2002-04-16 07:03:56 +00:00
parent 171824087c
commit cc592ed8ea

View File

@ -90,7 +90,7 @@ struct this_type
char *type_str; char *type_str;
int type_dimension; int type_dimension;
int type_index; int type_index;
int type_sizeof; char * type_sizeof;
}; };
struct _include_path struct _include_path