bug fix
This commit is contained in:
parent
ce7b1f4366
commit
b53e2e77eb
@ -7,6 +7,6 @@
|
|||||||
|
|
||||||
C_failed()
|
C_failed()
|
||||||
{
|
{
|
||||||
sys_write(2,"write failed\n",13);
|
sys_write(STDERR,"write failed\n",13);
|
||||||
sys_stop(S_EXIT);
|
sys_stop(S_EXIT);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -7,6 +7,6 @@
|
|||||||
|
|
||||||
C_failed()
|
C_failed()
|
||||||
{
|
{
|
||||||
sys_write(2,"write failed\n",13);
|
sys_write(STDERR,"write failed\n",13);
|
||||||
sys_stop(S_EXIT);
|
sys_stop(S_EXIT);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -35,7 +35,7 @@
|
|||||||
#define WCON(x,y,z) put_wcon((x), (y), (z))
|
#define WCON(x,y,z) put_wcon((x), (y), (z))
|
||||||
#define COMMA()
|
#define COMMA()
|
||||||
#define NL()
|
#define NL()
|
||||||
#define CILB(x) CST(x)
|
#define CILB(x) CST((arith) x)
|
||||||
|
|
||||||
#define put_cend() putbyte(sp_cend)
|
#define put_cend() putbyte(sp_cend)
|
||||||
#define put_op(x) putbyte(x)
|
#define put_op(x) putbyte(x)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user