Skip to content
Snippets Groups Projects
Commit ba389ead authored by sof's avatar sof
Browse files

[project @ 1997-08-18 23:57:32 by sof]

-cpp fix
parent 588bd802
No related merge requests found
...@@ -1706,7 +1706,7 @@ sub runLit2pgm { ...@@ -1706,7 +1706,7 @@ sub runLit2pgm {
local($to_do) = ""; local($to_do) = "";
# Only add #line pragma if we're going to need it. # Only add #line pragma if we're going to need it.
$to_do = "echo '#line 1 \"$in_lit2pgm\"' > $lit2pgm_hscpp && " if ($HsCpp ne $Cat); $to_do = "echo '#line 1 \"$in_lit2pgm\"' > $lit2pgm_hscpp && " if ($Cpp_flag_set);
$to_do .= "$Unlit @Unlit_flags $in_lit2pgm - >> $lit2pgm_hscpp"; $to_do .= "$Unlit @Unlit_flags $in_lit2pgm - >> $lit2pgm_hscpp";
@Files_to_tidy = ( $lit2pgm_hscpp ); @Files_to_tidy = ( $lit2pgm_hscpp );
......
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