From 061ece7d6fedbde47030222fea74b575c12707dc Mon Sep 17 00:00:00 2001 From: evans1629 Date: Tue, 28 Oct 2003 22:41:16 +0000 Subject: [PATCH] Fixed internal bug reporting for redefinition of __func__ --- src/cpplib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpplib.c b/src/cpplib.c index 66be54b..fd8356f 100644 --- a/src/cpplib.c +++ b/src/cpplib.c @@ -2837,7 +2837,7 @@ do_defineAux (cppReader *pfile, struct directive *keyword, else if (hp->type == T_CONST) ok = !CPPOPTIONS (pfile)->done_initializing; else { - BADBRANCH; + ok = FALSE; /* Redefining anything else is bad. */ } /* Print the warning if it's not ok. */ -- 2.45.0