]> git.rm.cloudns.org Git - xonotic/gmqcc.git/commitdiff
Update parser.c graphitemaster/archive/library-migration-attempt
authorDale Weiler <killfieldengine@gmail.com>
Sun, 28 Apr 2013 19:07:15 +0000 (16:07 -0300)
committerDale Weiler <killfieldengine@gmail.com>
Sun, 28 Apr 2013 19:07:15 +0000 (16:07 -0300)
parser.c

index 0186b8af9306cfa1e31ce4ea400c24bc206f94e1..1a21f7f4b21d1d5848b6607508e069f64bd14b57 100644 (file)
--- 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;
 }