Fix "label at end of compound statement" error.
This commit is contained in:
parent
38e58ef5fe
commit
a7c367e51a
1 changed files with 15 additions and 0 deletions
15
bscript/patches/patch-src_context.c
Normal file
15
bscript/patches/patch-src_context.c
Normal file
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in a new issue