From: Dale Weiler Date: Sun, 28 Apr 2013 19:07:15 +0000 (-0300) Subject: Update parser.c X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=refs%2Fheads%2Fgraphitemaster%2Farchive%2Flibrary-migration-attempt;p=xonotic%2Fgmqcc.git Update parser.c --- diff --git a/parser.c b/parser.c index 0186b8a..1a21f7f 100644 --- a/parser.c +++ b/parser.c @@ -162,7 +162,6 @@ bool gmqcc_compiler_attachcontext(gmqcc_compiler_t *c, void *base, gmqcc_compile c->ctx_preprocess = (struct gmqcc_preprocess_s*)base; return true; } - gmqcc_global_error("Invalid context attachment"); return false; }