diff options
| author | Přemysl Janouch <p.janouch@gmail.com> | 2017-05-21 13:37:43 +0200 | 
|---|---|---|
| committer | Přemysl Janouch <p.janouch@gmail.com> | 2017-05-21 13:37:43 +0200 | 
| commit | d1d598f96835eb2b644bcbf4b9551f9ca89057aa (patch) | |
| tree | 95e239e0f1ad15f31a5d76d6a663d0c2b7090249 /ell.c | |
| parent | bbdd17885cbefeeb30cc6993b37d6e825c342e5a (diff) | |
| download | ell-d1d598f96835eb2b644bcbf4b9551f9ca89057aa.tar.gz ell-d1d598f96835eb2b644bcbf4b9551f9ca89057aa.tar.xz ell-d1d598f96835eb2b644bcbf4b9551f9ca89057aa.zip | |
Update README
Diffstat (limited to 'ell.c')
| -rw-r--r-- | ell.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -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; | 
