Commit af57885e by Neil Booth Committed by Neil Booth

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

From-SVN: r38192
parent 7743113b
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.
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment