cvsuser 01/11/28 20:28:14
Modified: . global_setup.c
Log:
Initialize PMC strings
Revision Changes Path
1.10 +2 -2 parrot/global_setup.c
Index: global_setup.c
===================================================================
RCS file: /cvs/public/parrot/global_setup.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -w -r1.9 -r1.10
--- global_setup.c 2001/11/26 05:22:26 1.9
+++ global_setup.c 2001/11/29 04:28:14 1.10
@@ -1,7 +1,7 @@
/* global_setup.c
* Copyright: (When this is determined...it will go here)
* CVS Info
- * $Id: global_setup.c,v 1.9 2001/11/26 05:22:26 jgoff Exp $
+ * $Id: global_setup.c,v 1.10 2001/11/29 04:28:14 jgoff Exp $
* Overview:
* Performs all the global setting up of things. This includes the
* (very few) global variables that Parrot totes around
@@ -21,7 +21,7 @@
/* Call base vtable class constructor methods! */
Parrot_PerlInt_class_init();
Parrot_PerlNum_class_init();
- /* Parrot_PerlString_class_init(); */
+ Parrot_PerlString_class_init();
}
/*