diff options
Diffstat (limited to 'manual/creature.texi')
-rw-r--r-- | manual/creature.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/creature.texi b/manual/creature.texi index 6193e0735c..530a02398e 100644 --- a/manual/creature.texi +++ b/manual/creature.texi @@ -9,7 +9,7 @@ If you compile your programs using @samp{gcc -ansi}, you get only the @w{ISO C} library features, unless you explicitly request additional features by defining one or more of the feature macros. @xref{Invoking GCC,, GNU CC Command Options, gcc, The GNU CC Manual}, -for more information about GCC options.@refill +for more information about GCC options. You should define these macros by using @samp{#define} preprocessor directives at the top of your source code files. These directives |