]> git.sur5r.net Git - cc65/blobdiff - include/ctype.h
Merge pull request #617 from blackystardust/master
[cc65] / include / ctype.h
index b440bfb70f6fbcc72f2aae3fe86fb8e4949b4c73..17cbafe9fd70d3558548eedd1a0be3b5f4324193 100644 (file)
@@ -89,9 +89,9 @@ unsigned char __fastcall__ toascii (unsigned char c);
 ** #undef'ing the macroes.
 ** Please note that the following macroes do NOT handle EOF correctly, as
 ** stated in the manual. If you need correct behaviour for EOF, don't
-** use -Os, or #undefine the following macroes.
+** use --eagerly-inline-funcs, or #undefine the following macroes.
 */
-#ifdef __OPT_s__
+#ifdef __EAGERLY_INLINE_FUNCS__
 
 #define isalnum(c)  (__AX__ = (c),                      \
                     __asm__ ("tay"),                    \