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 96f8ee0a0c..2e05958756 100644 --- a/manual/creature.texi +++ b/manual/creature.texi @@ -8,7 +8,7 @@ is controlled by which @dfn{feature test macros} you define. 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.info, The GNU CC Manual}, +@xref{Invoking GCC,, GNU CC Command Options, gcc, The GNU CC Manual}, for more information about GCC options.@refill You should define these macros by using @samp{#define} preprocessor |