2013/1/30 Richard Hipp <[email protected]>:
> I'm uncomfortable with this change.  If we need to use fossil_strcmp()
> everywhere (which surprises me, since strcmp() should *not* be subject to
> localization) then we should do so explicitly, and not depend on
> preprocessor magic, as the preprocessor magic will likely cause maintenance
> headaches down the road, and/or introduce subtle bugs such as the above.

I'm open to other suggestions how to fix this. The problem was noticed on
64-bit Ubuntu, it might be 64-bit specific (I'm not near that machine now).
I agree that it would be better to rename strcmp->fossil_strcmp everywhere,
but I don't think you want to do that in sqlite as well, therefore I came up
with the macro.

Regards,
         Jan Nijtmans
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to