fix bootstrapping on machines with only 2.x installed
This commit is contained in:
parent
90f5ba538b
commit
b5cdf191ec
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/env python3
|
#! /usr/bin/env python
|
||||||
"""Generate C code for the jump table of the threaded code interpreter
|
"""Generate C code for the jump table of the threaded code interpreter
|
||||||
(for compilers supporting computed gotos or "labels-as-values", such as gcc).
|
(for compilers supporting computed gotos or "labels-as-values", such as gcc).
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue