diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2019-11-17 00:05:35 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2019-11-17 00:05:35 -0500 |
commit | 673b993783f99bf4317215cf967d0db534112823 (patch) | |
tree | 386f7e9ef8bc20ab4f7e217a4c7d2ec17127d682 /runv | |
parent | 09af32ffade52ca84943d047db9e2dcecc4ca495 (diff) |
moved constant param system to typing.
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 --malloc-fill=0xcd ./toc test.toc || exit 1 if [ "$1" = "c" ]; then gcc out.c && ./a.out elif [ "$1" = "pc" ]; then |