forgot C_magic
This commit is contained in:
parent
e1cb398e02
commit
44014704a0
|
@ -46,6 +46,7 @@ initialize()
|
||||||
result3 = sys_open(tmpfname,OP_WRITE, &tmp_file);
|
result3 = sys_open(tmpfname,OP_WRITE, &tmp_file);
|
||||||
if ( result1==0 || result2== 0 || result3== 0 )
|
if ( result1==0 || result2== 0 || result3== 0 )
|
||||||
fatal("Improper file permissions");
|
fatal("Improper file permissions");
|
||||||
|
C_magic();
|
||||||
fillkex(); /* initialize symbol table */
|
fillkex(); /* initialize symbol table */
|
||||||
C_ms_emx((arith)BEMINTSIZE,(arith)BEMPTRSIZE);
|
C_ms_emx((arith)BEMINTSIZE,(arith)BEMPTRSIZE);
|
||||||
initdeftype(); /* set default symbol declarers */
|
initdeftype(); /* set default symbol declarers */
|
||||||
|
|
Loading…
Reference in a new issue