diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2019-11-13 12:07:12 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2019-11-13 12:07:12 -0500 |
commit | 36d01481e735d40df558ef90eadd3c705f8173c7 (patch) | |
tree | 317050aac8e67cd425ba3f566c8debcc8138412c /runv | |
parent | 011577f9e34205b44d5e32b0f04788bfb6a3c92b (diff) |
local & anonymous fns with const params
Diffstat (limited to 'runv')
-rwxr-xr-x | runv | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -valgrind -q --track-origins=yes --error-exitcode=1 ./toc test.toc || exit -1 +valgrind -q --track-origins=yes --error-exitcode=1 ./toc test.toc || exit 1 if [ "$1" = "c" ]; then gcc out.c && ./a.out elif [ "$1" = "pc" ]; then |