cvsuser 02/01/09 14:44:12
Modified: . global_setup.c
Log:
Forgot the setup
Revision Changes Path
1.16 +2 -1 parrot/global_setup.c
Index: global_setup.c
===================================================================
RCS file: /home/perlcvs/parrot/global_setup.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -w -r1.15 -r1.16
--- global_setup.c 7 Jan 2002 20:41:23 -0000 1.15
+++ global_setup.c 9 Jan 2002 22:44:12 -0000 1.16
@@ -1,7 +1,7 @@
/* global_setup.c
* Copyright: (When this is determined...it will go here)
* CVS Info
- * $Id: global_setup.c,v 1.15 2002/01/07 20:41:23 dan Exp $
+ * $Id: global_setup.c,v 1.16 2002/01/09 22:44:12 dan Exp $
* Overview:
* Performs all the global setting up of things. This includes the
* (very few) global variables that Parrot totes around
@@ -33,6 +33,7 @@
Parrot_PerlString_class_init();
Parrot_PerlArray_class_init();
Parrot_PerlHash_class_init();
+ Parrot_ParrotPointer_class_init();
}
/*