uncommented -a argument processing

This commit is contained in:
William King
1999-09-08 01:33:07 +00:00
parent aaa4ab9c27
commit 9e74b13fd2

View File

@@ -102,7 +102,7 @@ main(int argc, char **argv)
while ((c = getopt(argc, argv, ":at:c:d:n:huxq:")) != -1) {
if (c == 'a') {
/* flag all tests to be run */
/* memset(T_tvec, ~0, sizeof(T_tvec)); */
memset(T_tvec, 0xffff, sizeof(T_tvec));
/* memset(T_tvec, UINT_MAX, sizeof(T_tvec)); */
}
else if (c == 't') {