simon 01/09/10 02:53:15
Modified: . global_setup.c
Log:
More string fu.
Revision Changes Path
1.2 +1 -1 parrot/global_setup.c
Index: global_setup.c
===================================================================
RCS file: /home/perlcvs/parrot/global_setup.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -r1.1 -r1.2
--- global_setup.c 2001/08/29 12:07:02 1.1
+++ global_setup.c 2001/09/10 09:53:14 1.2
@@ -10,5 +10,5 @@
#include "parrot.h"
void init_world() {
-
+ string_init(); /* Set up the string subsystem */
}