diff options
Diffstat (limited to 'gcc/fix-header.c')
-rw-r--r-- | gcc/fix-header.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fix-header.c b/gcc/fix-header.c index f76cbd146a0..c34d3c3e3be 100644 --- a/gcc/fix-header.c +++ b/gcc/fix-header.c @@ -636,7 +636,7 @@ read_scan_file (in_fname, argc, argv) exit (FATAL_EXIT_CODE); cpp_change_file (scan_in, LC_RENAME, "<built-in>"); - cpp_init_builtins (scan_in); + cpp_init_builtins (scan_in, true); cpp_change_file (scan_in, LC_RENAME, in_fname); /* Process switches after builtins so -D can override them. */ |