diff options
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index 4ba17e0..a52a3cb 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -386,7 +386,7 @@ int flag_isoc94; int flag_isoc99; -/* Nonzero means that we have builtin functions, and main is an int */ +/* Nonzero means that we have builtin functions, and main is an int. */ int flag_hosted = 1; |