aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cpplib.c')
-rw-r--r--gcc/cpplib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c
index 505f482..844a5da 100644
--- a/gcc/cpplib.c
+++ b/gcc/cpplib.c
@@ -1167,7 +1167,7 @@ do_pragma_once (cpp_reader *pfile)
cpp_error (pfile, DL_WARNING, "#pragma once in main file");
check_eol (pfile);
- _cpp_mark_file_once_only (pfile, pfile->buffer->file, false);
+ _cpp_mark_file_once_only (pfile, pfile->buffer->file);
}
/* Handle #pragma GCC poison, to poison one or more identifiers so