From d1d598f96835eb2b644bcbf4b9551f9ca89057aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 21 May 2017 13:37:43 +0200 Subject: Update README --- ell.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ell.c') diff --git a/ell.c b/ell.c index 902d9d9..7c3b78a 100644 --- a/ell.c +++ b/ell.c @@ -778,6 +778,7 @@ set_arg (struct context *ctx, size_t arg, struct item *value) { // TODO: we should probably maintain arguments in a separate list, // either that or at least remember the count so that we can reset them +// NOTE: it even seems that storing arguments as numbers is completely useless static bool execute_and_set_args (struct context *ctx, struct item *following) { struct item *args = NULL; -- cgit v1.2.3