Commit 511e3684 by Andreas Jaeger Committed by Andreas Jaeger

* treetree.c (cpp_handle_option): Remove.

From-SVN: r64403
parent 6a87d634
2003-03-15 Andreas Jaeger <aj@suse.de>
* treetree.c (cpp_handle_option): Remove.
2003-03-13 Andreas Jaeger <aj@suse.de>
* 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. */
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
cpp_assert (cpp_reader * cr ATTRIBUTE_UNUSED,
const char *s ATTRIBUTE_UNUSED)
......
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