From: Dale Weiler Date: Sat, 9 Mar 2013 08:59:12 +0000 (+0000) Subject: fix comment X-Git-Tag: before-library~90 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=d4785ad6e3a27dd166e0fbdab420d22b1156364c fix comment --- diff --git a/intrin.h b/intrin.h index 2b797f6..e2e9fb7 100644 --- a/intrin.h +++ b/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)