diff options
author | Andy Lester <andy@petdance.com> | 2006-05-11 16:54:10 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-05-12 12:13:03 +0000 |
commit | 4789ae7c0cb97d73668d156d061a31899da00712 (patch) | |
tree | 389c94ba78827e3bbb08ab5894381005bef9ed8a /proto.h | |
parent | 774c1dbe9c1c746052dd9e19943a877c2976de96 (diff) | |
download | perl-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.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) |