$NetBSD: patch-ab,v 1.1 2005/08/31 19:08:21 jschauma Exp $ --- src/cpplib.c.orig 2005-08-31 15:04:07.000000000 -0400 +++ src/cpplib.c 2005-08-31 15:04:30.000000000 -0400 @@ -2828,7 +2828,7 @@ 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. */