Commit 27f35b75 by Andreas Jaeger

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

From-SVN: r70993
parent 441c9a12
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> 2003-09-02 Josef Zlomek <zlomekj@suse.cz>
* cfgbuild.c (compute_outgoing_frequencies): Use NOTE instead of * cfgbuild.c (compute_outgoing_frequencies): Use NOTE instead of
......
...@@ -124,7 +124,7 @@ extern void lhd_initialize_diagnostics (struct diagnostic_context *); ...@@ -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_FUNCTION_LEAVE_NESTED lhd_do_nothing_f
#define LANG_HOOKS_RTL_EXPAND_START lhd_do_nothing #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 #define LANG_HOOKS_RTL_EXPAND_END lhd_do_nothing
/* Attribute hooks. */ /* Attribute hooks. */
......
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