summaryrefslogtreecommitdiff
path: root/ext/Devel
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-01-22 16:36:41 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-22 16:36:41 +0000
commitc68a00c0718023d4b3e2aa313bc06f7aa681515e (patch)
tree3ad38806ee1e5472f8133380ff0acaece38b2916 /ext/Devel
parent707afd922f953b906fb39ee9de6af3d448931188 (diff)
downloadperl-c68a00c0718023d4b3e2aa313bc06f7aa681515e.tar.gz
Get rid of the _() macro since (1) we require ANSI anyway
(2) Other software (GNU) seems to use it and we don't need it, so let's give it up. p4raw-id: //depot/perl@14374
Diffstat (limited to 'ext/Devel')
-rw-r--r--ext/Devel/PPPort/PPPort.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Devel/PPPort/PPPort.pm b/ext/Devel/PPPort/PPPort.pm
index a899b77369..d37452a602 100644
--- a/ext/Devel/PPPort/PPPort.pm
+++ b/ext/Devel/PPPort/PPPort.pm
@@ -462,7 +462,7 @@ static SV * newRV_noinc (SV * sv)
#if defined(NEED_newCONSTSUB)
static
#else
-extern void newCONSTSUB _((HV * stash, char * name, SV *sv));
+extern void newCONSTSUB(HV * stash, char * name, SV *sv);
#endif
#if defined(NEED_newCONSTSUB) || defined(NEED_newCONSTSUB_GLOBAL)