This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make measure_struct a file static.
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 22 Feb 2002 13:11:00 +0000 (13:11 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 22 Feb 2002 13:11:00 +0000 (13:11 +0000)
p4raw-id: //depot/perl@14827

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;