Andy Dougherty <[EMAIL PROTECTED]> writes:
> --- parrot-orig/compilers/p6ge/p6ge_gen.c     Fri Nov 19 08:53:40 2004
> +++ parrot-andy/compilers/p6ge/p6ge_gen.c     Fri Nov 19 14:43:43 2004
>  /* strcon(...) converts string values into PIR string constants */
>  static char*
> -strcon(const char* s, int len)
> +strcon(const unsigned char* s, int len)
>  {

Haven't looked at the code yet, but I'll just observe that Ansi/ISO C
reserves the str[a-z].* namespace for its own use, which will cause
noise with some compilers.  Please use str_con or equivalent instead.
-- 
Lars Balker Rasmussen                             Consult::Perl
                                                  http://consult-perl.dk

Reply via email to