RE: [REPATCH]Re: [PATCH] Nearly the last of the warnings.

2002-02-06 Thread Brent Dax
Jonathan Stowe: # - if(!(targ=Parrot_sprintf_c(interpreter, "%S at %S line # %d.\n", targ, interpreter->current_file, # interpreter->current_line))) { # + if(!(targ=Parrot_sprintf_c(interpreter, (const char # *)"%S at %S line %d.\n", targ, interpreter->current_file, # interpreter->current_

RE: [REPATCH]Re: [PATCH] Nearly the last of the warnings.

2002-02-06 Thread Jonathan Stowe
On Wed, 6 Feb 2002, Brent Dax wrote: > Jonathan Stowe: > # - if(!(targ=Parrot_sprintf_c(interpreter, "%S at %S line > # %d.\n", targ, interpreter->current_file, > # interpreter->current_line))) { > # + if(!(targ=Parrot_sprintf_c(interpreter, (const char > # *)"%S at %S line %d.\n", targ, inte