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:
72f0eb7
)
Make measure_struct a file static.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Fri, 22 Feb 2002 13:11:00 +0000
(13:11 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Fri, 22 Feb 2002 13:11:00 +0000
(13:11 +0000)
p4raw-id: //depot/perl@14827
pp_pack.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_pack.c
b/pp_pack.c
index
173654e
..
6d77eab
100644
(file)
--- a/
pp_pack.c
+++ b/
pp_pack.c
@@
-149,7
+149,7
@@
S_group_end(pTHX_ register char *pat, register char *patend, char ender)
}
/* Returns the sizeof() struct described by pat */
-I32
+
STATIC
I32
S_measure_struct(pTHX_ char *pat, register char *patend)
{
I32 datumtype;