[python-committers] python 3.0 compilation warning in Objects/stringlib/find.h

2008-08-28 Thread Amaury Forgeot d'Arc
Hello, r65977 was not correctly merged into py3k; I get the following compilation warning: Objects/stringlib/find.h:93:36: warning: extra tokens at end of #ifdef directive And indeed, the line #ifdef STRINGLIB_WANT_CONTAINS_OBJ && !defined(FROM_BYTEARRAY) does not seem correct. I suppose the "

Re: [python-committers] python 3.0 compilation warning in Objects/stringlib/find.h

2008-08-28 Thread Christian Heimes
Amaury Forgeot d'Arc wrote: Hello, r65977 was not correctly merged into py3k; I get the following compilation warning: Objects/stringlib/find.h:93:36: warning: extra tokens at end of #ifdef directive And indeed, the line #ifdef STRINGLIB_WANT_CONTAINS_OBJ && !defined(FROM_BYTEARRAY) does not