aboutsummaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
authorSemperVinco <w.deweijer@hotmail.com>2017-03-03 14:21:03 +0100
committerSemperVinco <w.deweijer@hotmail.com>2017-03-03 14:21:03 +0100
commitbf5fa43b838cfea11e16a3339b10174ea28ea918 (patch)
tree7420b208e17e6e96eecad95a8a68c633a86cafac /parse.h
parent9f38c82b01c44410bb7778d2607f38daec9dfb35 (diff)
add single step option -t, make step printing accurate
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.h b/parse.h
index 7af8b2a..fc6cd0e 100644
--- a/parse.h
+++ b/parse.h
@@ -8,4 +8,4 @@ using namespace std;
Team assemble(const string &source);
-string preprocess(istream &file); \ No newline at end of file
+string preprocess(istream &file);