diff options
Diffstat (limited to 'gcc/cppmacro.c')
-rw-r--r-- | gcc/cppmacro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppmacro.c b/gcc/cppmacro.c index 1618e7e..8eb67e1 100644 --- a/gcc/cppmacro.c +++ b/gcc/cppmacro.c @@ -1466,7 +1466,7 @@ _cpp_create_definition (pfile, node) && macro->expansion[0].val.node == node); /* To suppress some diagnostics. */ - macro->syshdr = pfile->buffer->sysp != 0; + macro->syshdr = pfile->map->sysp != 0; /* Commit the memory. */ POOL_COMMIT (&pfile->macro_pool, macro->count * sizeof (cpp_token)); |