X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fctype.h;h=103f6cc22bf19b73996a604ba56d337978ecde03;hb=1a5fa6dc512221490c5547505668a78308f904a8;hp=17cbafe9fd70d3558548eedd1a0be3b5f4324193;hpb=6002e59c286fcb7292f4cf8d2a51828485e5321e;p=cc65 diff --git a/include/ctype.h b/include/ctype.h index 17cbafe9f..103f6cc22 100644 --- a/include/ctype.h +++ b/include/ctype.h @@ -84,7 +84,7 @@ unsigned char __fastcall__ toascii (unsigned char c); -/* When inlining-of-known-functions is enabled, overload most of the above +/* When --eagerly-inline-funcs is enabled, overload most of the above ** functions by macroes. The function prototypes are available again after ** #undef'ing the macroes. ** Please note that the following macroes do NOT handle EOF correctly, as