mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 00:32:24 +00:00
Update bootstrap C source.
This commit is contained in:
parent
18a365429b
commit
7aad84604b
185 changed files with 1450 additions and 715 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* voc 2.00 [2016/12/09]. Bootstrapping compiler for address size 8, alignment 8. xtspaSF */
|
||||
/* voc 2.00 [2016/12/10]. Bootstrapping compiler for address size 8, alignment 8. xtspaSF */
|
||||
|
||||
#define SHORTINT INT8
|
||||
#define INTEGER INT16
|
||||
|
|
@ -494,6 +494,7 @@ void OPM_Get (CHAR *ch)
|
|||
OPM_LogWStr((CHAR*)"DEBUG: OPM.Get returned inR.eot at curpos = 0, ch = ", 53);
|
||||
OPM_LogWNum((INT16)*ch, 1);
|
||||
OPM_LogW('.');
|
||||
Texts_DumpReader(OPM_inR);
|
||||
}
|
||||
if ((*ch < 0x09 && !OPM_inR.eot)) {
|
||||
*ch = ' ';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue