Fix problem reported by Thomas Quinot.
* README.gnat: Add lang_print_xnode definition. From-SVN: r18910
This commit is contained in:
parent
f94ae2f5c0
commit
1aa5d112c8
@ -1,3 +1,7 @@
|
||||
Mon Mar 30 11:06:45 1998 Jim Wilson <wilson@cygnus.com>
|
||||
|
||||
* README.gnat: Add lang_print_xnode definition.
|
||||
|
||||
Mon Mar 30 11:12:24 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
||||
|
||||
* config/m68k/m68k.c (standard_68881_constant_p): Don't use
|
||||
|
@ -191,3 +191,22 @@ diff -pr gnat-3.10p-src/src/ada/a-tree.def egcs-980308/gcc/ada/a-tree.def
|
||||
involved. */
|
||||
|
||||
! DEFTREECODE (GNAT_NOP_EXPR, "gnat_nop_expr", '1', 1)
|
||||
*** ada/a-misc.c.dist Mon Mar 23 00:09:16 1998
|
||||
--- ada/a-misc.c Sat Mar 28 00:19:01 1998
|
||||
***************
|
||||
*** 254,259 ****
|
||||
--- 254,267 ----
|
||||
print_lang_statistics ()
|
||||
{}
|
||||
|
||||
+ void
|
||||
+ lang_print_xnode (file, node, indent)
|
||||
+ FILE *file;
|
||||
+ tree node;
|
||||
+ int indent;
|
||||
+ {
|
||||
+ }
|
||||
+
|
||||
/* integrate_decl_tree calls this function, but since we don't use the
|
||||
DECL_LANG_SPECIFIC field, this is a no-op. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user