diff options
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ static const char dir_separator_str[] = { DIR_SEPARATOR, 0 }; /* Flag set by cppspec.c to 1. */ int is_cpp_driver; -/* Flag set to non-zero if an @file argument has been supplied to gcc. */ +/* Flag set to nonzero if an @file argument has been supplied to gcc. */ static bool at_file_supplied; /* Flag saying to pass the greatest exit code returned by a sub-process |