Now _errsym and _erlsym are defined in the standard library, don't define them

in the program.
This commit is contained in:
David Given 2016-11-16 21:13:00 +01:00
parent c25ad82a89
commit 745eb8f17b

View file

@ -617,11 +617,7 @@ prologcode()
C_df_dnam("_iomode");
C_rom_scon("O",(arith)2);
C_exa_dnam("_errsym");
C_df_dnam("_errsym");
C_bss_cst((arith)BEMINTSIZE,(arith)0,1);
C_exa_dnam("_erlsym");
C_df_dnam("_erlsym");
C_bss_cst((arith)BEMINTSIZE,(arith)0,1);
}