diff options
-rw-r--r-- | Modules/CheckTypeSizeC.c.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/CheckTypeSizeC.c.in b/Modules/CheckTypeSizeC.c.in index f9ff2e7..11a0616 100644 --- a/Modules/CheckTypeSizeC.c.in +++ b/Modules/CheckTypeSizeC.c.in @@ -18,6 +18,10 @@ #include <stdio.h> +#ifdef __CLASSIC_C__ +# define const +#endif + #define SIZE (sizeof(@CHECK_TYPE_SIZE_TYPE@)) const char info_sizeof[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','o','f','[', ('0' + ((SIZE / 10000)%10)), |