Commit 4e263cd9 by Andreas Jaeger Committed by Andreas Jaeger

* treetree.c (init_c_lex): Follow change to c-common.h.

From-SVN: r63828
parent dc2b3526
2003-03-05 Andreas Jaeger <aj@suse.de>
* treetree.c (init_c_lex): Follow change to c-common.h.
2003-03-04 Tom Tromey <tromey@redhat.com> 2003-03-04 Tom Tromey <tromey@redhat.com>
* Make-lang.in (treelang.tags): New target. * Make-lang.in (treelang.tags): New target.
......
...@@ -932,8 +932,8 @@ cpp_create_reader (enum c_lang lang ATTRIBUTE_UNUSED) ...@@ -932,8 +932,8 @@ cpp_create_reader (enum c_lang lang ATTRIBUTE_UNUSED)
/* Should not be called for treelang. */ /* Should not be called for treelang. */
const char * void
init_c_lex (const char *filename ATTRIBUTE_UNUSED) init_c_lex (void)
{ {
abort (); abort ();
} }
......
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