Change 14827 by jhi@alpha on 2002/02/22 13:11:00

        Make measure_struct a file static.

Affected files ...

.... //depot/perl/pp_pack.c#18 edit

Differences ...

==== //depot/perl/pp_pack.c#18 (text) ====
Index: perl/pp_pack.c
--- perl/pp_pack.c.~1~  Fri Feb 22 06:15:05 2002
+++ perl/pp_pack.c      Fri Feb 22 06:15:05 2002
@@ -149,7 +149,7 @@
 }
 
 /* Returns the sizeof() struct described by pat */
-I32
+STATIC I32
 S_measure_struct(pTHX_ char *pat, register char *patend)
 {
     I32 datumtype;
End of Patch.

Reply via email to