We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dcc6ef commit 4a93869Copy full SHA for 4a93869
xc-tutor.c
@@ -441,7 +441,7 @@ void expression(int level) {
441
// emit code, default behaviour is to load the value of the
442
// address which is stored in `ax`
443
expr_type = id[Type];
444
- *++text = (expr_type == Char) ? LC : LI;
+ *++text = (expr_type == CHAR) ? LC : LI;
445
}
446
447
else if (token == '(') {
xc.c
@@ -465,7 +465,7 @@ void expression(int level) {
465
466
467
468
469
470
471
0 commit comments