summaryrefslogtreecommitdiff
path: root/Lib/plat-sunos5
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2006-08-25 01:16:12 +0000
committerBrett Cannon <bcannon@gmail.com>2006-08-25 01:16:12 +0000
commitc27990e619cf625c094c63a5544c83de76b0f6b6 (patch)
tree09e4143bb71e97491469b6bd9c624aa6acaec313 /Lib/plat-sunos5
parent5f81a24df5a94e5b4e194c02bd12ad276c170ad9 (diff)
downloadcpython-c27990e619cf625c094c63a5544c83de76b0f6b6.tar.gz
Back out rev. 51583 as this file is auto-generated. Obviously the program that
auto-generates this file will need to get fixed.
Diffstat (limited to 'Lib/plat-sunos5')
-rw-r--r--Lib/plat-sunos5/STROPTS.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-sunos5/STROPTS.py b/Lib/plat-sunos5/STROPTS.py
index 4970bd722d..e95db932d1 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