From: David Given Date: Sun, 27 Nov 2016 20:08:14 +0000 (+0100) Subject: Fix some basic showstopping bugs; compilation now works up to failing to find X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b9665c7c99b146bd2b56d05926098c403d7920f3;p=ack.git Fix some basic showstopping bugs; compilation now works up to failing to find the libb standard library. --- diff --git a/lang/b/compiler/b0.c b/lang/b/compiler/b0.c index abbeeba32..d0ea69826 100644 --- a/lang/b/compiler/b0.c +++ b/lang/b/compiler/b0.c @@ -97,11 +97,11 @@ main(int argc, char *argv[]) if (string_part) C_insertpart(string_part); - C_exp("bsymb_start"); - C_exp("bsymb_end"); + C_exa_dnam("bsymb_patch_table"); + C_df_dnam("bsymb_patch_table"); if (bsymb_part) C_insertpart(bsymb_part); - C_df_dnam("bsymb_end"); + C_rom_cst(0); C_close(); @@ -735,7 +735,7 @@ pswitch(void) C_con_ilb(swp->swlab); } - C_df_dlb(brklab); + C_df_ilb(brklab); deflab = dl; swp = sswp;