Re: [xml] minor declaration fixes for xpath2.c and xmlregexp.c in 2.6.17

2005-03-10 Thread Daniel Veillard
[ could you check your list subscription, I need to manually approve all your mails, thanks ] On Wed, Mar 09, 2005 at 11:30:36AM -0800, Rick Jones wrote: > which seems to stem from the forward declaration of usage being static, but > the actual definition not: okay fixed, thanks. > cc -DHA

[xml] minor declaration fixes for xpath2.c and xmlregexp.c in 2.6.17

2005-03-10 Thread Rick Jones
Compiling 32-bit on HP-UX 11.11 with the HP ANSI C compiler gives: cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../include -I./include -D_REENTRANT -g -Wp,-H3 -c xpath2.c cc: "xpath2.c", line 67: warning 562: Redeclaration of "usage" with a different storage class specifier: