* langhooks-def.h (LANG_HOOKS_RTL_EXPAND_STMT): Cast properly.

From-SVN: r70993
This commit is contained in:
Andreas Jaeger 2003-09-02 10:56:05 +02:00
parent 441c9a1224
commit 27f35b75fe
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2003-09-02 Andreas Jaeger <aj@suse.de>
* langhooks-def.h (LANG_HOOKS_RTL_EXPAND_STMT): Cast properly.
2003-09-02 Josef Zlomek <zlomekj@suse.cz>
* cfgbuild.c (compute_outgoing_frequencies): Use NOTE instead of

View File

@ -124,7 +124,7 @@ extern void lhd_initialize_diagnostics (struct diagnostic_context *);
#define LANG_HOOKS_FUNCTION_LEAVE_NESTED lhd_do_nothing_f
#define LANG_HOOKS_RTL_EXPAND_START lhd_do_nothing
#define LANG_HOOKS_RTL_EXPAND_STMT (void *) abort
#define LANG_HOOKS_RTL_EXPAND_STMT (void (*) (tree)) abort
#define LANG_HOOKS_RTL_EXPAND_END lhd_do_nothing
/* Attribute hooks. */