From: David Given Date: Wed, 16 Nov 2016 20:13:00 +0000 (+0100) Subject: Now _errsym and _erlsym are defined in the standard library, don't define them X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=745eb8f17b23711483c2058c3fdc3370944a5886;p=ack.git Now _errsym and _erlsym are defined in the standard library, don't define them in the program. --- diff --git a/lang/basic/src/gencode.c b/lang/basic/src/gencode.c index 8c7a50e95..8fb611dc0 100644 --- a/lang/basic/src/gencode.c +++ b/lang/basic/src/gencode.c @@ -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); }