forgot C_magic
This commit is contained in:
parent
68effeafba
commit
316c0b3d32
@ -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…
x
Reference in New Issue
Block a user