Author: fperrad
Date: Wed Jul 18 07:36:57 2007
New Revision: 19963

Modified:
   trunk/languages/APL/src/pmc/aplvector.pmc

Log:
[APL]
- static

Modified: trunk/languages/APL/src/pmc/aplvector.pmc
==============================================================================
--- trunk/languages/APL/src/pmc/aplvector.pmc   (original)
+++ trunk/languages/APL/src/pmc/aplvector.pmc   Wed Jul 18 07:36:57 2007
@@ -23,7 +23,7 @@
 
 #include "parrot/parrot.h"
 
-INTVAL
+static INTVAL
 size_of_shape(Interp *interp, PMC* self, PMC* shape)
 {
     INTVAL retval;

Reply via email to