more porting to vu45

This commit is contained in:
ceriel 1987-03-23 23:22:54 +00:00
parent 91b39c7df7
commit e67b672727

View file

@ -52,13 +52,13 @@ void init_builtins()
/* DEF EOF= -1, TEXT= -2, RAW= -3: */
info.const=new_const(-1L);
info.t_const=new_const(-1L);
insert("EOF", T_CONST|T_BUILTIN, 0, &info);
info.const=new_const(-2L);
info.t_const=new_const(-2L);
insert("TEXT", T_CONST|T_BUILTIN, 0, &info);
info.const=new_const(-3L);
info.t_const=new_const(-3L);
insert("RAW", T_CONST|T_BUILTIN, 0, &info);
/* PROC open(VAR fd, VALUE name[], mode[])= .... : */