cvsuser 02/01/07 12:41:23
Modified: . global_setup.c
Log:
Quiet a warning
Courtesy of Simon Glover <[EMAIL PROTECTED]>
Revision Changes Path
1.15 +2 -1 parrot/global_setup.c
Index: global_setup.c
===================================================================
RCS file: /home/perlcvs/parrot/global_setup.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -w -r1.14 -r1.15
--- global_setup.c 5 Jan 2002 12:35:25 -0000 1.14
+++ global_setup.c 7 Jan 2002 20:41:23 -0000 1.15
@@ -1,7 +1,7 @@
/* global_setup.c
* Copyright: (When this is determined...it will go here)
* CVS Info
- * $Id: global_setup.c,v 1.14 2002/01/05 12:35:25 simon Exp $
+ * $Id: global_setup.c,v 1.15 2002/01/07 20:41:23 dan Exp $
* Overview:
* Performs all the global setting up of things. This includes the
* (very few) global variables that Parrot totes around
@@ -15,6 +15,7 @@
#include "parrot/parrot.h"
/* Needed because this might get compiled before pmcs have been built */
+void Parrot_PerlUndef_class_init(void);
void Parrot_PerlInt_class_init(void);
void Parrot_PerlNum_class_init(void);
void Parrot_PerlString_class_init(void);