* treetree.c (cpp_handle_option): Remove.
From-SVN: r64403
This commit is contained in:
parent
6a87d63407
commit
511e3684c1
@ -1,3 +1,7 @@
|
|||||||
|
2003-03-15 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* treetree.c (cpp_handle_option): Remove.
|
||||||
|
|
||||||
2003-03-13 Andreas Jaeger <aj@suse.de>
|
2003-03-13 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* Make-lang.in (tree1$(exeext)): Fix previous patch.
|
* Make-lang.in (tree1$(exeext)): Fix previous patch.
|
||||||
|
@ -990,16 +990,6 @@ handle_format_arg_attribute (tree *node ATTRIBUTE_UNUSED,
|
|||||||
|
|
||||||
/* Should not be called for treelang. */
|
/* Should not be called for treelang. */
|
||||||
|
|
||||||
int
|
|
||||||
cpp_handle_option (cpp_reader *pfile ATTRIBUTE_UNUSED,
|
|
||||||
int argc ATTRIBUTE_UNUSED,
|
|
||||||
char **argv ATTRIBUTE_UNUSED)
|
|
||||||
{
|
|
||||||
abort ();
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Should not be called for treelang. */
|
|
||||||
|
|
||||||
void
|
void
|
||||||
cpp_assert (cpp_reader * cr ATTRIBUTE_UNUSED,
|
cpp_assert (cpp_reader * cr ATTRIBUTE_UNUSED,
|
||||||
const char *s ATTRIBUTE_UNUSED)
|
const char *s ATTRIBUTE_UNUSED)
|
||||||
|
Loading…
Reference in New Issue
Block a user