From a7c367e51a0e40143e565ed2f8f9b70ac6664f05 Mon Sep 17 00:00:00 2001 From: Blue Rats Date: Mon, 3 Dec 2012 14:00:42 +0000 Subject: [PATCH] Fix "label at end of compound statement" error. --- bscript/patches/patch-src_context.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bscript/patches/patch-src_context.c diff --git a/bscript/patches/patch-src_context.c b/bscript/patches/patch-src_context.c new file mode 100644 index 0000000000..0d58267fdf --- /dev/null +++ b/bscript/patches/patch-src_context.c @@ -0,0 +1,15 @@ +$NetBSD: patch-src_context.c,v 1.1 2012/12/03 14:00:42 othyro Exp $ + +Fix "label at end of compound statement" error. + +--- src/context.c.orig 2001-12-29 17:07:11.000000000 +0000 ++++ src/context.c +@@ -440,7 +440,7 @@ void bs_context_exec_push_symbol( BSCont + bs_context_push_string(cx->stack, symbol->string); + break; + default: +- //trigger_error (cx, CXERROR_BADSYMTYPE); ++ ;//trigger_error (cx, CXERROR_BADSYMTYPE); + } + } +