Added macro's for long selections

This commit is contained in:
ceriel
1991-03-06 10:52:34 +00:00
parent 2a8682bf68
commit 94d759700a
10 changed files with 38 additions and 34 deletions

View File

@@ -144,7 +144,7 @@ LexScan()
break;
case REAL:
print("%s\n", tkp->TOK_REAL);
print("%s\n", tkp->TOK_RSTR);
break;
case STRING: