From d801356f1eb8a64fb1a332b6080b6b367c03a0b5 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 27 Mar 1995 11:22:57 +0000 Subject: [PATCH] Fixed typo --- lang/cem/cpp.ansi/domacro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/cem/cpp.ansi/domacro.c b/lang/cem/cpp.ansi/domacro.c index acb48f641..77722a93e 100644 --- a/lang/cem/cpp.ansi/domacro.c +++ b/lang/cem/cpp.ansi/domacro.c @@ -484,7 +484,7 @@ do_undef(argstr) free(str); if (SkipToNewLine()) { if (!options['o']) - strict("garbage following #else"); + strict("garbage following #undef"); } } } -- 2.34.1