From: Oliver Schmidt Date: Thu, 26 Jul 2018 11:09:21 +0000 (+0200) Subject: Updated comment. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=97be359d4af9cb15be23cea7e885b39488226964;hp=c9869c1a26a5be1f3e3c789ed31e56568fa69059;p=cc65 Updated comment. --- 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