]> git.gag.com Git - fw/sdcc/commitdiff
fixed bug #503540
authorjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 15 Jan 2002 13:26:56 +0000 (13:26 +0000)
committerjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 15 Jan 2002 13:26:56 +0000 (13:26 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1803 4a8a32a2-be11-0410-ad9d-d568d2c75423

support/cpp2/cppmacro.c

index e630850106ab94fea5724e4a8d625a49f6363056..643aeefca3a0f9dcdb0ca74e30e2bf18e7319243 100644 (file)
@@ -1184,8 +1184,10 @@ warn_of_redefinition (pfile, node, macro2)
   if (node->flags & NODE_WARN)
     return 1;
 
+#if 0
   if (! CPP_PEDANTIC (pfile))
     return 0;
+#endif
 
   /* Redefinition of a macro is allowed if and only if the old and new
      definitions are the same.  (6.10.3 paragraph 2). */