Re: Fwd: util_expr_parce.c

2011-01-18 Thread Gregg L\. Smith
Sorry if this breaks thread, had to subscribe a new address That is an extremely ugly solution: stdlib.h uses #ifndef _STDLIB_H internally, so this may negatively affect other plattforms or other source files which include util_expr_private.h. From reading util_expr_parse.c, I think something

Re: Fwd: util_expr_parce.c

2011-01-18 Thread Stefan Fritsch
On Tue, 18 Jan 2011, Gregg L\. Smith wrote: Thank you and yes that probably is not a good idea after all, I was unaware of that connection. Your suggestion does work, that removes the linkage warnings. Thanks for testing. Commited as r1060588 Yes _MSC_VER is correct, the compilers do

Re: Fwd: util_expr_parce.c

2011-01-16 Thread Stefan Fritsch
On Saturday 15 January 2011, Guenter Knauf wrote: Forwarded on behalf of Gregg L. Smith (his email bounced 3 times for whatever reason). Original-Nachricht Hi Stefan, For some reason on Win we are falling through all the if(n)defs and are getting these ugly warnings;

Fwd: util_expr_parce.c

2011-01-14 Thread Guenter Knauf
Forwarded on behalf of Gregg L. Smith (his email bounced 3 times for whatever reason). Original-Nachricht Hi Stefan, For some reason on Win we are falling through all the if(n)defs and are getting these ugly warnings; util_expr_parse.c(327) : warning C4273: 'malloc' :