summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-07-18 06:35:21 (GMT)
committerTim Peters <tim.peters@gmail.com>2004-07-18 06:35:21 (GMT)
commit4658540ed3e40d80022448483f5bd24fed25ffcd (patch)
treefbb9a9761be8cd623ecc1f1b5356ee1349a9a87d
parent56b021a27ba2a0471cd0c4776da281f0fb535780 (diff)
downloadcpython-4658540ed3e40d80022448483f5bd24fed25ffcd.zip
cpython-4658540ed3e40d80022448483f5bd24fed25ffcd.tar.gz
cpython-4658540ed3e40d80022448483f5bd24fed25ffcd.tar.bz2
Repair bizarre generated Python.
-rw-r--r--Lib/plat-atheos/IN.py2
-rw-r--r--Lib/plat-linux2/IN.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/plat-atheos/IN.py b/Lib/plat-atheos/IN.py
index 53f3d55..6588d65 100644
--- a/Lib/plat-atheos/IN.py
+++ b/Lib/plat-atheos/IN.py
@@ -941,4 +941,4 @@ def IN6_IS_ADDR_MC_SITELOCAL(a): return \
def IN6_IS_ADDR_MC_ORGLOCAL(a): return \
-def IN6_IS_ADDR_MC_GLOBAL(a): return \
+def IN6_IS_ADDR_MC_GLOBAL(a): return
diff --git a/Lib/plat-linux2/IN.py b/Lib/plat-linux2/IN.py
index 2020b03..ad307f6 100644
--- a/Lib/plat-linux2/IN.py
+++ b/Lib/plat-linux2/IN.py
@@ -612,4 +612,4 @@ def IN6_IS_ADDR_MC_SITELOCAL(a): return \
def IN6_IS_ADDR_MC_ORGLOCAL(a): return \
-def IN6_IS_ADDR_MC_GLOBAL(a): return \
+def IN6_IS_ADDR_MC_GLOBAL(a): return