From d4785ad6e3a27dd166e0fbdab420d22b1156364c Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Sat, 9 Mar 2013 08:59:12 +0000 Subject: [PATCH] fix comment --- intrin.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) -- 2.39.2