mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 09:02:25 +00:00
fix comment
This commit is contained in:
parent
965f8b9041
commit
d4785ad6e3
1 changed files with 4 additions and 2 deletions
6
intrin.h
6
intrin.h
|
@ -318,8 +318,10 @@ ast_expression *intrin_func(parser_t *parser, const char *name) {
|
|||
init = true; /* only once */
|
||||
}
|
||||
|
||||
/* jesus fucking christ all might Blub design something less fucking
|
||||
* impossible to use.
|
||||
/*
|
||||
* jesus fucking christ, Blub design something less fucking
|
||||
* impossible to use, like a ast_is_builtin(ast_expression *), also
|
||||
* use a hashtable :P
|
||||
*/
|
||||
if ((find = (void*)parser_find_global(parser, name)) && ((ast_value*)find)->expression.vtype == TYPE_FUNCTION)
|
||||
for (i = 0; i < vec_size(parser->functions); ++i)
|
||||
|
|
Loading…
Reference in a new issue