diff options
Diffstat (limited to 'gcc/cpphash.c')
-rw-r--r-- | gcc/cpphash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpphash.c b/gcc/cpphash.c index 87946f2..5c2d5f3 100644 --- a/gcc/cpphash.c +++ b/gcc/cpphash.c @@ -991,7 +991,7 @@ special_symbol (hp, pfile) case T_SPECLINE: { long line; - cpp_buf_line_and_col (CPP_BUFFER (pfile), &line, NULL); + cpp_buf_line_and_col (cpp_file_buffer (pfile), &line, NULL); CPP_RESERVE (pfile, 10); sprintf (CPP_PWRITTEN (pfile), "%ld", line); |