diff options
Diffstat (limited to 'src/analysis')
-rw-r--r-- | src/analysis/type-int.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/analysis/type-int.h b/src/analysis/type-int.h index 8999b19..5a804ab 100644 --- a/src/analysis/type-int.h +++ b/src/analysis/type-int.h @@ -88,7 +88,7 @@ struct _GDataType { GObject parent; /* A laisser en premier */ -#if __SIZEOF_INT__ == __SIZEOF_LONG__ +#if 1 //__SIZEOF_INT__ == __SIZEOF_LONG__ /** * L'inclusion des informations suivantes dépend de l'architecture. @@ -128,7 +128,7 @@ struct _GDataTypeClass * Accès aux informations éventuellement déportées. */ -#if __SIZEOF_INT__ == __SIZEOF_LONG__ +#if 1 //__SIZEOF_INT__ == __SIZEOF_LONG__ # define GET_DATA_TYPE_EXTRA(tp) (type_extra_data_t *)&tp->extra |