diff options
Diffstat (limited to 'atari/config.h')
-rw-r--r-- | atari/config.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/atari/config.h b/atari/config.h index bac95acd..28c855bd 100644 --- a/atari/config.h +++ b/atari/config.h @@ -59,5 +59,9 @@ #undef _MINIX /* on Minix, used to get Posix functions */ #undef _POSIX_1_SOURCE /* on Minix, define to 2 */ - - +/* + * define const to nothing if not __STDC__ + */ +#ifndef __STDC__ +#define const +#endif |