aboutsummaryrefslogtreecommitdiff
path: root/parse.cpp
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.cpp
parent9f38c82b01c44410bb7778d2607f38daec9dfb35 (diff)
add single step option -t, make step printing accurate
Diffstat (limited to 'parse.cpp')
-rw-r--r--parse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.cpp b/parse.cpp
index a0267cc..cbfb306 100644
--- a/parse.cpp
+++ b/parse.cpp
@@ -199,4 +199,4 @@ string preprocess(istream &file){
}
return result;
-} \ No newline at end of file
+}