diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-06-03 19:02:35 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-06-03 19:02:35 (GMT) |
commit | 36f6d779315c8498ebdf01d47d37090f64fd9095 (patch) | |
tree | 5517c91f44ff89531f73f0aca211a72f2ba7aa1c /LICENSE | |
parent | 4094b3d08ce2b47e1c488bc0063ac5868344feda (diff) | |
download | cpython-36f6d779315c8498ebdf01d47d37090f64fd9095.zip cpython-36f6d779315c8498ebdf01d47d37090f64fd9095.tar.gz cpython-36f6d779315c8498ebdf01d47d37090f64fd9095.tar.bz2 |
[Bug #1497414] _self is a reserved word in the WATCOM 10.6 C compiler.
Fix by renaming the variable.
In a different module, Neal fixed it by renaming _self to self. There's
already a variable named 'self' here, so I used selfptr.
(I'm committing this on a Mac without Tk, but it's a simple search-and-replace.
<crosses fingers>, so I'll watch the buildbots and see what happens.)
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions