From 663aff4ae012468c54d2e994e839d0e75210ef80 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 11 Jan 2019 15:14:33 +0200 Subject: Squashed merge of feature/namespaces. Add code and doc. --- command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command.c') diff --git a/command.c b/command.c index c8ee1632..b076530d 100644 --- a/command.c +++ b/command.c @@ -1954,7 +1954,7 @@ yyreduce: #line 472 "command.y" /* yacc.c:1645 */ { NODE *n; - n = lookup((yyvsp[0])->a_string); + n = lookup((yyvsp[0])->a_string, true); if (n == NULL || n->type != Node_func) yyerror(_("no such function - \"%s\""), (yyvsp[0])->a_string); else { -- cgit v1.2.3