Now _errsym and _erlsym are defined in the standard library, don't define them
authorDavid Given <dg@cowlark.com>
Wed, 16 Nov 2016 20:13:00 +0000 (21:13 +0100)
committerDavid Given <dg@cowlark.com>
Wed, 16 Nov 2016 20:13:00 +0000 (21:13 +0100)
in the program.

lang/basic/src/gencode.c

index 8c7a50e..8fb611d 100644 (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);
 }