treetree.c (cpp_create_reader): Follow prototype change in cpplib.h.
* treetree.c (cpp_create_reader): Follow prototype change in cpplib.h. From-SVN: r64652
This commit is contained in:
parent
2196cf1346
commit
948312253c
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-03-21 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* treetree.c (cpp_create_reader): Follow prototype change in
|
||||
cpplib.h.
|
||||
|
||||
2003-03-17 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* Make-lang.in (treelang.tags): Remove duplicate entry.
|
||||
|
|
|
@ -925,7 +925,8 @@ expand_stmt (tree t ATTRIBUTE_UNUSED)
|
|||
/* Should not be called for treelang. */
|
||||
|
||||
cpp_reader *
|
||||
cpp_create_reader (enum c_lang lang ATTRIBUTE_UNUSED)
|
||||
cpp_create_reader (enum c_lang lang ATTRIBUTE_UNUSED,
|
||||
struct ht *table ATTRIBUTE_UNUSED)
|
||||
{
|
||||
abort ();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue