]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.h
Move const-branch-elision into fold.c
[xonotic/gmqcc.git] / ast.h
diff --git a/ast.h b/ast.h
index 1f3029fe1a6b30d15022dccb1826536a0148db6c..ca323a218c041c9e7a4bdbe706a1e33c1bc9c1a4 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -642,7 +642,7 @@ void ast_function_delete(ast_function*);
 /* For "optimized" builds this can just keep returning "foo"...
  * or whatever...
  */
-/*const char* ast_function_label(ast_function*, const char *prefix);*/
+const char* ast_function_label(ast_function*, const char *prefix);
 
 bool ast_function_codegen(ast_function *self, ir_builder *builder);
 bool ast_generate_accessors(ast_value *asvalue, ir_builder *ir);