diff --git a/makeh.cpp b/makeh.cpp index 1044b611..edf83727 100644 --- a/makeh.cpp +++ b/makeh.cpp @@ -84,6 +84,7 @@ void gen(string sf) { } else { mark_file(); + cout << "#line " << lineid << " \"" << sf << "\"\n"; for(int i=0;; i++) { if(i == int(t.size())) { cerr << "Error: unrecognizable EX: " << s << "\n"; } else if(t[i] == '{') {