summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2006-05-11 16:54:10 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-05-12 12:13:03 +0000
commit4789ae7c0cb97d73668d156d061a31899da00712 (patch)
tree389c94ba78827e3bbb08ab5894381005bef9ed8a /proto.h
parent774c1dbe9c1c746052dd9e19943a877c2976de96 (diff)
downloadperl-4789ae7c0cb97d73668d156d061a31899da00712.tar.gz
Fixing embed.fnc
Message-ID: <20060512025410.GA32709@petdance.com> p4raw-id: //depot/perl@28175
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/proto.h b/proto.h
index f24304b11d..c59d5a7359 100644
--- a/proto.h
+++ b/proto.h
@@ -2076,8 +2076,7 @@ STATIC bool S_glob_2number(pTHX_ GV* const gv)
__attribute__nonnull__(pTHX_1);
STATIC char* S_glob_2pv(pTHX_ GV* const gv, STRLEN * const len)
- __attribute__nonnull__(pTHX_1)
- __attribute__nonnull__(pTHX_2);
+ __attribute__nonnull__(pTHX_1);
#endif
/* PERL_CALLCONV IV sv_2iv(pTHX_ SV* sv)