From: Richard Kenner Date: Sat, 7 Dec 1996 22:38:08 +0000 (-0500) Subject: Formerly cpp.texi.~26~ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=80008dc734f5117eb1da8d29fb4c5e61d97cb14f;p=gcc.git Formerly cpp.texi.~26~ From-SVN: r13226 --- diff --git a/gcc/cpp.texi b/gcc/cpp.texi index 14884eee44a..675da443775 100644 --- a/gcc/cpp.texi +++ b/gcc/cpp.texi @@ -2330,7 +2330,7 @@ when you run @code{gcc} or @code{cpp}. @xref{Invocation}. @findex #error The directive @samp{#error} causes the preprocessor to report a fatal error. The rest of the line that follows @samp{#error} is used as the -error message. +error message. The line must consist of complete tokens. You would use @samp{#error} inside of a conditional that detects a combination of parameters which you know the program does not properly @@ -2340,7 +2340,7 @@ properly on a Vax, you might write @smallexample @group #ifdef __vax__ -#error Won't work on Vaxen. See comments at get_last_object. +#error "Won't work on Vaxen. See comments at get_last_object." #endif @end group @end smallexample