diff options
author | yenatch <yenatch@gmail.com> | 2013-08-30 13:33:09 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-08-30 13:33:09 -0700 |
commit | 0b36af8da526ef1389d2c08bb61d6ea5fdb41f2e (patch) | |
tree | 243498feeaaa2a3726e8de489d4da0b8202ae95e /prequeue.py | |
parent | b86d0da040448f286aa65ff5b2bacb05fff200a8 (diff) | |
parent | d2333a90c9eed0be38d722bfcd0d8b5dee0e56a7 (diff) |
Merge pull request #3 from kanzure/proposed-yenatch-master
Proposed merge of kanzure/master into yenatch/master
Diffstat (limited to 'prequeue.py')
-rw-r--r-- | prequeue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prequeue.py b/prequeue.py index c90d133ea..c9a9a8bcc 100644 --- a/prequeue.py +++ b/prequeue.py @@ -13,4 +13,4 @@ if __name__ == '__main__': dest = os.path.splitext(source)[0] + '.tx' sys.stdin = open(source, 'r') sys.stdout = open(dest, 'w') - preprocessor.preprocess() + preprocessor.preprocess(preprocessor.macros) |