X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fctype.h;h=103f6cc22bf19b73996a604ba56d337978ecde03;hb=1a5fa6dc512221490c5547505668a78308f904a8;hp=17cbafe9fd70d3558548eedd1a0be3b5f4324193;hpb=af1c7f0c8b7e72c26432b0b1d40146b12c298a45;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