2003-7-03 Devang Patel <dpatel@apple.com>

* c-opts.c (c_common_parse_file): Remove extra
        debug_hooks->start_source_file call.

From-SVN: r68905
This commit is contained in:
Devang Patel 2003-07-03 16:17:53 -07:00 committed by Devang Patel
parent 9c2862135e
commit 694abeb6a7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-07-03 Devang Patel <dpatel@apple.com>
* c-opts.c (c_common_parse_file): Remove extra
debug_hooks->start_source_file call.
2003-07-03 Roger Sayle <roger@eyesopen.com>
* real.c (real_trunc, real_floor, real_ceil): New functions

View File

@ -1173,7 +1173,6 @@ c_common_parse_file (int set_yydebug ATTRIBUTE_UNUSED)
warning ("YYDEBUG not defined");
#endif
(*debug_hooks->start_source_file) (input_line, input_filename);
finish_options();
pch_init();
yyparse ();