Skip to content

Commit

Permalink
minimal fix to regression from:
Browse files Browse the repository at this point in the history
https://dcvs.elegosoft.com/cgi-bin/cvsweb.cgi/cm3/m3-sys/cm3/src/Builder.m3.diff?r1=1.37;r2=1.38

https://dcvs.elegosoft.com/cgi-bin/cvsweb.cgi/cm3/m3-sys/cm3/src/Builder.m3

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Jan 30 12:57:50 2013 MET (2 years, 6 months ago) by jkrell
Branches: MAIN
Diff to: previous 1.37: preferred, unified
Changes since revision 1.37: +151 -105 lines
add "C" mode to builder

The exact logic as to what to keep in error paths could use more attention.
  • Loading branch information
jaykrell committed Aug 13, 2015
1 parent 8559cea commit ff98551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m3-sys/cm3/src/Builder.m3
Expand Up @@ -1596,7 +1596,7 @@ PROCEDURE PushOneM3 (s: State; u: M3Unit.T): BOOLEAN =
IF NOT keep THEN
Utils.Remove (cm3OutName);
END;
Msg.FatalError (NIL, "failed compiling: ");
Msg.Error (NIL, "failed compiling: ");
ELSE
IF s.delayBackend THEN (* parallel/delayed version of back-end code *)
s.machine.record(TRUE);
Expand Down

0 comments on commit ff98551

Please sign in to comment.