Skip to content
Snippets Groups Projects
Commit 017841c8 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-07-27 15:27:15 by simonmar]

oops, debugging code committed by mistake.
parent fd4cdcec
No related merge requests found
......@@ -36,8 +36,6 @@ open(INPIPE, "$Cpp @args - <$file |")
while (<INPIPE>) {
print STDERR $_;
# line directives come in flavo[u]rs:
# s/^#\s*line\s+\d+$/\{\-# LINE \-\}/; IGNORE THIS ONE FOR NOW
s/^#\s*line\s+(\d+)\s+(\".+\")$/\{\-# LINE \1 \2 \-\}/;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment