Commit acf0ef36 authored by Stefan Behnel's avatar Stefan Behnel

reverted 'circular cdef' patch, leaving unrelated changes intact

parent e816f827
...@@ -310,7 +310,6 @@ def compile(source, options = None, c_compile = 0, c_link = 0, ...@@ -310,7 +310,6 @@ def compile(source, options = None, c_compile = 0, c_link = 0,
#------------------------------------------------------------------------ #------------------------------------------------------------------------
def main(command_line = 0): def main(command_line = 0):
args = sys.argv[1:] args = sys.argv[1:]
any_failures = 0 any_failures = 0
if command_line: if command_line:
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment