]> granicus.if.org Git - python/commit
Patch from Randall Hopper to fix PR #116172, "curses module fails to
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 1 Nov 2000 19:59:12 +0000 (19:59 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 1 Nov 2000 19:59:12 +0000 (19:59 +0000)
commite7d3616409a6d603966a4af7314b0c11a2d7c93e
tree2e86cf46cc6b21e456dc3c555b141bea6b9d6434
parent19647ca3187b9734c2a87a5816240ac723a76d49
Patch from Randall Hopper to fix PR #116172, "curses module fails to
build on SGI":
* Check for 'sgi' preprocessor symbol, not '__sgi__'
* Surround individual character macros with #ifdef's, instead of making them
  all rely on STRICT_SYSV_CURSES
Modules/_cursesmodule.c