d
This commit is contained in:
@@ -21,5 +21,5 @@ for arg in sys.argv:
|
||||
OPT_INCLUDES = arg[len(OPT_PREFIX_INCLUDES):]
|
||||
|
||||
# Translate file.
|
||||
out = process(FILE_IN, OPT_HEADER, OPT_INCLUDES)
|
||||
out = process(FILE_IN)#, OPT_HEADER, OPT_INCLUDES)
|
||||
print(out)
|
||||
|
||||
Reference in New Issue
Block a user