[PATCH global_setup.h] Bash another warning

2002-02-01 Thread Jonathan Stowe
Another implicit declaration: --- include/parrot/global_setup.h~ Fri Feb 1 08:00:27 2002 +++ include/parrot/global_setup.h Fri Feb 1 08:01:17 2002 @@ -20,6 +20,7 @@ void Parrot_PerlNum_class_init(void); void Parrot_PerlString_class_init(void); void Parrot_PerlArray_class_init(void

Re: [PATCH global_setup.h] Bash another warning

2002-02-01 Thread Nicholas Clark
On Fri, Feb 01, 2002 at 08:06:18AM +, Jonathan Stowe wrote: > Another implicit declaration: > > --- include/parrot/global_setup.h~Fri Feb 1 08:00:27 2002 > +++ include/parrot/global_setup.h Fri Feb 1 08:01:17 2002 > @@ -20,6 +20,7 @@ > void Parrot_PerlNum_class_init(void); > void