projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce4ad88
)
Re: Making perl with -Wall
author
Andy Dougherty
<doughera@lafayette.edu>
Thu, 24 May 2001 14:33:37 +0000
(10:33 -0400)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 24 May 2001 19:54:21 +0000
(19:54 +0000)
Message-ID: <Pine.SOL.4.10.
10105241415460
.2443-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@10200
perl.h
patch
|
blob
|
history
diff --git
a/perl.h
b/perl.h
index
ab99e85
..
9283e8e
100644
(file)
--- a/
perl.h
+++ b/
perl.h
@@
-226,11
+226,7
@@
struct perl_thread;
#endif
#define NOOP (void)0
-#ifdef HASATTRIBUTE
#define dNOOP extern int Perl___notused __attribute__ ((unused))
-#else
-#define dNOOP extern int Perl___notused
-#endif
#ifndef pTHX
# define pTHX void