This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3ccabc
)
Revert the perl.h part of a3ccabc.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 18 Jun 2014 21:53:48 +0000
(17:53 -0400)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 18 Jun 2014 21:53:48 +0000
(17:53 -0400)
(Worked in smokes, bombed under Jenkins.)
perl.h
patch
|
blob
|
blame
|
history
diff --git
a/perl.h
b/perl.h
index
60774a1
..
690ecff
100644
(file)
--- 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