summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-06-18 17:53:48 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-06-18 17:53:48 -0400
commit8ce6f80a4321cf8eaae14a6a8401f8e597c25f25 (patch)
treec5ecfc0a990e2757c079924901be073c9f0def07
parenta3ccabcaeadf665f84ad52c7504a4a2e78ed5c8f (diff)
downloadperl-8ce6f80a4321cf8eaae14a6a8401f8e597c25f25.tar.gz
Revert the perl.h part of a3ccabc.
(Worked in smokes, bombed under Jenkins.)
-rw-r--r--perl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl.h b/perl.h
index 60774a1f8a..690ecff6d7 100644
--- a/perl.h
+++ b/perl.h
@@ -394,8 +394,8 @@
GCC_DIAG_DO_PRAGMA_(GCC diagnostic ignored #x)
# define GCC_DIAG_RESTORE _Pragma("GCC diagnostic pop")
#else
-# define GCC_DIAG_IGNORE(w) dNOOP
-# define GCC_DIAG_RESTORE dNOOP
+# define GCC_DIAG_IGNORE(w)
+# define GCC_DIAG_RESTORE
#endif
#define NOOP /*EMPTY*/(void)0