diff options
Diffstat (limited to 'src/config-riscos.h')
-rw-r--r-- | src/config-riscos.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/config-riscos.h b/src/config-riscos.h index 222ff6359..ba95f13d0 100644 --- a/src/config-riscos.h +++ b/src/config-riscos.h @@ -329,12 +329,18 @@ /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void -/* The size of a `long double', as computed by sizeof. */ +/* The size of `int', as computed by sizeof. */ +#define SIZEOF_INT 4 + +/* The size of `long double', as computed by sizeof. */ #undef SIZEOF_LONG_DOUBLE -/* The size of a `long long', as computed by sizeof. */ +/* The size of `long long', as computed by sizeof. */ #undef SIZEOF_LONG_LONG +/* The size of `short', as computed by sizeof. */ +#define SIZEOF_SHORT 2 + /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS |