mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
uncomment Lbinoperror-s functions
This commit is contained in:
parent
cf5890674d
commit
63f73f3c96
1 changed files with 4 additions and 4 deletions
|
|
@ -1234,13 +1234,13 @@ extern int Lread () {
|
|||
}
|
||||
|
||||
extern int Lbinoperror (void) {
|
||||
/* fprintf(stderr, "ERROR: POINTER ARITHMETICS is forbidden; EXIT\n");
|
||||
exit(1);*/
|
||||
fprintf(stderr, "ERROR: POINTER ARITHMETICS is forbidden; EXIT\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
extern int Lbinoperror2 (void) {
|
||||
/* fprintf(stderr, "ERROR: Comparing BOXED and UNBOXED value ; EXIT\n");
|
||||
exit(1);*/
|
||||
fprintf(stderr, "ERROR: Comparing BOXED and UNBOXED value ; EXIT\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
/* Lwrite is an implementation of the "write" construct */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue