diff options
author | Brett Cannon <bcannon@gmail.com> | 2006-08-25 01:16:12 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2006-08-25 01:16:12 (GMT) |
commit | 553a0296e93ee387ee04b27b3ba408f33e63dc8b (patch) | |
tree | b64e31d23054f9588f132bafd8a79fcc28a539dd | |
parent | 7c90aed39df3fd6b2ef1500d5420c4dbf6f9401e (diff) | |
download | cpython-553a0296e93ee387ee04b27b3ba408f33e63dc8b.zip cpython-553a0296e93ee387ee04b27b3ba408f33e63dc8b.tar.gz cpython-553a0296e93ee387ee04b27b3ba408f33e63dc8b.tar.bz2 |
Back out rev. 51583 as this file is auto-generated. Obviously the program that
auto-generates this file will need to get fixed.
-rw-r--r-- | Lib/plat-sunos5/STROPTS.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-sunos5/STROPTS.py b/Lib/plat-sunos5/STROPTS.py index 4970bd7..e95db93 100644 --- a/Lib/plat-sunos5/STROPTS.py +++ b/Lib/plat-sunos5/STROPTS.py @@ -1550,7 +1550,7 @@ IE_NOMEM = -1 AS_PAGLCK = 0x80 AS_CLAIMGAP = 0x40 AS_UNMAPWAIT = 0x20 -def AS_TYPE_64BIT(as_): return \ +def AS_TYPE_64BIT(as): return \ AS_LREP_LINKEDLIST = 0 AS_LREP_SKIPLIST = 1 |