mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-12-18 00:11:06 +00:00
Removing TODO-comment since it's done
This commit is contained in:
parent
b5aed08c93
commit
bbcd3f12de
1 changed files with 1 additions and 3 deletions
4
ast.h
4
ast.h
|
@ -292,9 +292,7 @@ struct ast_function_s
|
||||||
ast_function* ast_function_new(lex_ctx ctx, const char *name, ast_value *vtype);
|
ast_function* ast_function_new(lex_ctx ctx, const char *name, ast_value *vtype);
|
||||||
/* This will NOT delete the underlying ast_value */
|
/* This will NOT delete the underlying ast_value */
|
||||||
void ast_function_delete(ast_function*);
|
void ast_function_delete(ast_function*);
|
||||||
/* TODO: for better readability in dumps, this should take some kind of
|
/* For "optimized" builds this can just keep returning "foo"...
|
||||||
* value prefix...
|
|
||||||
* For "optimized" builds this can just keep returning "foo"...
|
|
||||||
* or whatever...
|
* or whatever...
|
||||||
*/
|
*/
|
||||||
const char* ast_function_label(ast_function*, const char *prefix);
|
const char* ast_function_label(ast_function*, const char *prefix);
|
||||||
|
|
Loading…
Reference in a new issue