Repair bizarre generated Python.
This commit is contained in:
parent
56b021a27b
commit
4658540ed3
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue