diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/ecpg/preproc/type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/preproc/type.h b/src/interfaces/ecpg/preproc/type.h index c75d1cd2c4e..f73bda50600 100644 --- a/src/interfaces/ecpg/preproc/type.h +++ b/src/interfaces/ecpg/preproc/type.h @@ -90,7 +90,7 @@ struct this_type char *type_str; int type_dimension; int type_index; - int type_sizeof; + char * type_sizeof; }; struct _include_path |