]> granicus.if.org Git - python/commit
Patch #1494387: SVN longobject.c compiler warnings
authorTim Peters <tim.peters@gmail.com>
Thu, 25 May 2006 22:28:46 +0000 (22:28 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 25 May 2006 22:28:46 +0000 (22:28 +0000)
commitd89fc22dc6300ef3f1a8447a34f9ad2d15c722d5
treeb53ba8b37a574273e778bed784a66415b51ef517
parentc285e62d76248950c33152cebe5eebc50c33b951
Patch #1494387: SVN longobject.c compiler warnings

The SIGCHECK macro defined here has always been bizarre, but
it apparently causes compiler warnings on "Sun Studio 11".
I believe the warnings are bogus, but it doesn't hurt to make
the macro definition saner.

Bugfix candidate (but I'm not going to bother).
Objects/longobject.c