projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c28621
)
2003-7-03 Devang Patel <dpatel@apple.com>
author
Devang Patel
<dpatel@apple.com>
Thu, 3 Jul 2003 23:17:53 +0000
(16:17 -0700)
committer
Devang Patel
<dpatel@gcc.gnu.org>
Thu, 3 Jul 2003 23:17:53 +0000
(16:17 -0700)
* c-opts.c (c_common_parse_file): Remove extra
debug_hooks->start_source_file call.
From-SVN: r68905
gcc/ChangeLog
patch
|
blob
|
history
gcc/c-opts.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 2d9c8294307d13eda15b5ba62f93704ad59627ee..65fbcfe7db168be9b1b74577e1b98ae53363b0a2 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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
diff --git
a/gcc/c-opts.c
b/gcc/c-opts.c
index 5ee53b47eee58995f5009608727b9fb559d05f19..b89b68467c71ed8f635d965385b76ec6489ba2a5 100644
(file)
--- a/
gcc/c-opts.c
+++ b/
gcc/c-opts.c
@@
-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 ();