cvsuser 02/01/21 17:04:50
Modified: . global_setup.c
Log:
Patch from Nick Clark to quieten warnings from pmc files.
Message-ID: <[EMAIL PROTECTED]>
Revision Changes Path
1.19 +1 -11 parrot/global_setup.c
Index: global_setup.c
===================================================================
RCS file: /home/perlcvs/parrot/global_setup.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -w -r1.18 -r1.19
--- global_setup.c 14 Jan 2002 20:03:52 -0000 1.18
+++ global_setup.c 22 Jan 2002 01:04:50 -0000 1.19
@@ -1,7 +1,7 @@
/* global_setup.c
* Copyright: (When this is determined...it will go here)
* CVS Info
- * $Id: global_setup.c,v 1.18 2002/01/14 20:03:52 dan Exp $
+ * $Id: global_setup.c,v 1.19 2002/01/22 01:04:50 ajgough Exp $
* Overview:
* Performs all the global setting up of things. This includes the
* (very few) global variables that Parrot totes around
@@ -13,16 +13,6 @@
#define INSIDE_GLOBAL_SETUP
#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);
-void Parrot_PerlArray_class_init(void);
-void Parrot_PerlHash_class_init(void);
-void Parrot_ParrotPointer_class_init(void);
-void Parrot_IntQueue_class_init(void);
void
init_world(void) {