Skip to content

Commit a6fba3c

Browse files
committed
Lbinoperror2: error -> warning
1 parent 3065b2a commit a6fba3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/runtime.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1219,8 +1219,8 @@ extern int Lbinoperror (void) {
12191219
}
12201220

12211221
extern int Lbinoperror2 (void) {
1222-
fprintf(stderr, "ERROR: Comparing BOXED and UNBOXED value ; EXIT\n");
1223-
exit(1);
1222+
fprintf(stderr, "Warning: Comparing BOXED and UNBOXED value\n");
1223+
// exit(1);
12241224
}
12251225

12261226
/* Lwrite is an implementation of the "write" construct */

0 commit comments

Comments
 (0)