]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - asm.c
Introduce an ast_store rather than splitting ast_binary
[xonotic/gmqcc.git] / asm.c
diff --git a/asm.c b/asm.c
index 0d09ddbe8ef366f1c7c4b9cb290b6fd7b6cbdc77..2fd10046034b939d05f0d938b8ab78ee56205b4d 100644 (file)
--- a/asm.c
+++ b/asm.c
@@ -140,7 +140,7 @@ void asm_parse(FILE *fp) {
                 .nargs      =  0,
                 .argsize    = {0}
             });
-            code_strings_add(skip);
+            code_chars_put(skip, strlen(skip));
         };
 
         #if 0