]> git.sur5r.net Git - cc65/blobdiff - include/ctype.h
Fixed LinuxDoc Tools issues in some verbatim blocks in the Atari document.
[cc65] / 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