RE: [PATCH test_main.c config_h.in] Warning in test_main.c

2002-02-01 Thread Brent Dax
Jonathan Stowe: # On Fri, 1 Feb 2002, Brent Dax wrote: # > Jonathan Stowe: # > # This shuts up the implicit declaration warning in test_main.c : # > # # > # --- config_h.in~ Fri Feb 1 07:39:42 2002 # > # +++ config_h.in Fri Feb 1 07:40:06 2002 # > # @@ -51,9 +51,10 @@ # > # #define INTVAL_FM

RE: [PATCH test_main.c config_h.in] Warning in test_main.c

2002-02-01 Thread Jonathan Stowe
On Fri, 1 Feb 2002, Brent Dax wrote: > Jonathan Stowe: > # This shuts up the implicit declaration warning in test_main.c : > # > # --- config_h.in~Fri Feb 1 07:39:42 2002 > # +++ config_h.in Fri Feb 1 07:40:06 2002 > # @@ -51,9 +51,10 @@ > # #define INTVAL_FMT "${intvalfmt}" > # #defin

Re: [PATCH test_main.c config_h.in] Warning in test_main.c

2002-02-01 Thread Jonathan Stowe
On Fri, 1 Feb 2002, Jonathan Stowe wrote: > This shuts up the implicit declaration warning in test_main.c : > > +#include "parrot/config.h" ... On closer examination that line is probably not needed :) /J\ -- Jonathan Stowe | |

RE: [PATCH test_main.c config_h.in] Warning in test_main.c

2002-02-01 Thread Brent Dax
Jonathan Stowe: # This shuts up the implicit declaration warning in test_main.c : # # --- config_h.in~ Fri Feb 1 07:39:42 2002 # +++ config_h.in Fri Feb 1 07:40:06 2002 # @@ -51,9 +51,10 @@ # #define INTVAL_FMT "${intvalfmt}" # #define FLOATVAL_FMT "${floatvalfmt}" # # +#endif # + #

[PATCH test_main.c config_h.in] Warning in test_main.c

2002-02-01 Thread Jonathan Stowe
This shuts up the implicit declaration warning in test_main.c : --- config_h.in~Fri Feb 1 07:39:42 2002 +++ config_h.in Fri Feb 1 07:40:06 2002 @@ -51,9 +51,10 @@ #define INTVAL_FMT "${intvalfmt}" #define FLOATVAL_FMT "${floatvalfmt}" +#endif + ${headers} -#endif #define PARROT_V