* fix-header.c (read_scan_file): Macro expansion is not a file buffer.

From-SVN: r38192
This commit is contained in:
Neil Booth 2000-12-11 18:22:32 +00:00 committed by Neil Booth
parent 7743113b23
commit af57885e2f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-12-11 Neil Booth <neilb@earthling.net>
* fix-header.c (read_scan_file): Macro expansion is not a file buffer.
2000-12-05 Marek Michalkiewicz <marekm@linux.org.pl>
* config/avr/avr.c (compare_condition, compare_sign_p): New functions.

View File

@ -652,7 +652,7 @@ read_scan_file (in_fname, argc, argv)
/* Scan the macro expansion of "getchar();". */
cpp_push_buffer (scan_in, getchar_call, sizeof(getchar_call) - 1,
BUF_FILE, in_fname);
BUF_BUILTIN, in_fname);
for (;;)
{
cpp_token t;