Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
digama0 committed Dec 30, 2021
1 parent f885750 commit e75b791
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions metamath.c
Original file line number Diff line number Diff line change
Expand Up @@ -1138,6 +1138,9 @@ void command(int argc, char *argv[])
}
}
/* Do the operating system command */
/* The use of (void)!f() is to ignore the value on both
clang (which takes (void) as an ignore indicator)
and gcc (which doesn't but is fooled by the ! operator). */
(void)!system(str1);
#ifdef VAXC
printf("\n"); /* Last line from VAX doesn't have new line */
Expand Down

0 comments on commit e75b791

Please sign in to comment.