diff options
Diffstat (limited to 'gcc/cppmain.c')
-rw-r--r-- | gcc/cppmain.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cppmain.c b/gcc/cppmain.c index 5cb0746..b116615 100644 --- a/gcc/cppmain.c +++ b/gcc/cppmain.c @@ -419,8 +419,7 @@ cb_file_change (pfile, map) print.map = map; } -/* Copy a #pragma directive to the preprocessed output. LINE is the - line of the current source file, not the logical line. */ +/* Copy a #pragma directive to the preprocessed output. */ static void cb_def_pragma (pfile, line) cpp_reader *pfile; |