cvsuser 01/11/25 21:22:26
Modified: . global_setup.c
Log:
Last file that should need to be committed. I swear.
Revision Changes Path
1.9 +3 -4 parrot/global_setup.c
Index: global_setup.c
===================================================================
RCS file: /cvs/public/parrot/global_setup.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -w -r1.8 -r1.9
--- global_setup.c 2001/11/22 18:39:44 1.8
+++ global_setup.c 2001/11/26 05:22:26 1.9
@@ -1,7 +1,7 @@
/* global_setup.c
* Copyright: (When this is determined...it will go here)
* CVS Info
- * $Id: global_setup.c,v 1.8 2001/11/22 18:39:44 simon Exp $
+ * $Id: global_setup.c,v 1.9 2001/11/26 05:22:26 jgoff Exp $
* Overview:
* Performs all the global setting up of things. This includes the
* (very few) global variables that Parrot totes around
@@ -20,9 +20,8 @@
/* Call base vtable class constructor methods! */
Parrot_PerlInt_class_init();
- /* Parrot_PerlString_class_init();
- Parrot_PerlNum_class_init(); */
-
+ Parrot_PerlNum_class_init();
+ /* Parrot_PerlString_class_init(); */
}
/*