]> git.sur5r.net Git - cc65/commitdiff
Updated comment.
authorOliver Schmidt <ol.sc@web.de>
Thu, 26 Jul 2018 11:09:21 +0000 (13:09 +0200)
committerOliver Schmidt <ol.sc@web.de>
Thu, 26 Jul 2018 11:09:21 +0000 (13:09 +0200)
include/ctype.h

index 17cbafe9fd70d3558548eedd1a0be3b5f4324193..103f6cc22bf19b73996a604ba56d337978ecde03 100644 (file)
@@ -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