Casey Marshall wrote:
This puts the 'environ' declaration/define in jcl.h; I hope this is OK, it looks like the best place for a global thing like this.

What you have now results in a duplicate declaration of "environ"
on systems that already declare environ in unistd.h (or wherever),
but don't have a crt_externs.h. Not a big deal (the build should
still work) but it will cause a GCC warning with -Wredundant-decls.

-Archie

__________________________________________________________________________
Archie Cobbs      *        CTO, Awarix        *      http://www.awarix.com


_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to