cc -Wall -I./include -DHAS_JIT -o global_setup.o -c global_setup.c global_setup.c: In function `init_world': global_setup.c:29: warning: implicit declaration of function `Parrot_PerlUndef_class_init'
no warning with appended Nicholas Clark --- global_setup.c~ Sat Jan 5 12:49:15 2002 +++ global_setup.c Mon Jan 7 20:18:22 2002 @@ -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);