Fixed typo
authorceriel <none@none>
Mon, 27 Mar 1995 11:22:57 +0000 (11:22 +0000)
committerceriel <none@none>
Mon, 27 Mar 1995 11:22:57 +0000 (11:22 +0000)
lang/cem/cpp.ansi/domacro.c

index acb48f6..77722a9 100644 (file)
@@ -484,7 +484,7 @@ do_undef(argstr)
                        free(str);
                        if (SkipToNewLine()) {
                                if (!options['o'])
-                                       strict("garbage following #else");
+                                       strict("garbage following #undef");
                        }
                }
        }