Now _errsym and _erlsym are defined in the standard library, don't define them
in the program.
This commit is contained in:
parent
c25ad82a89
commit
745eb8f17b
|
@ -617,11 +617,7 @@ prologcode()
|
||||||
C_df_dnam("_iomode");
|
C_df_dnam("_iomode");
|
||||||
C_rom_scon("O",(arith)2);
|
C_rom_scon("O",(arith)2);
|
||||||
C_exa_dnam("_errsym");
|
C_exa_dnam("_errsym");
|
||||||
C_df_dnam("_errsym");
|
|
||||||
C_bss_cst((arith)BEMINTSIZE,(arith)0,1);
|
|
||||||
C_exa_dnam("_erlsym");
|
C_exa_dnam("_erlsym");
|
||||||
C_df_dnam("_erlsym");
|
|
||||||
C_bss_cst((arith)BEMINTSIZE,(arith)0,1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue