* expr.h (lang_expand_constant): Guard with #ifdef TREE_CODE.
From-SVN: r27090
This commit is contained in:
parent
5e7ccc0cc2
commit
4d49638c24
@ -1,3 +1,7 @@
|
|||||||
|
Sat May 22 01:27:49 1999 Mark Mitchell <mark@codesourcery.com>
|
||||||
|
|
||||||
|
* expr.h (lang_expand_constant): Guard with #ifdef TREE_CODE.
|
||||||
|
|
||||||
Fri May 21 21:19:02 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
|
Fri May 21 21:19:02 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
|
||||||
|
|
||||||
* rs6000.c (output_mi_thunk): Enable full support again.
|
* rs6000.c (output_mi_thunk): Enable full support again.
|
||||||
|
@ -1015,11 +1015,13 @@ extern rtx (*lang_expand_expr) PROTO ((union tree_node *, rtx,
|
|||||||
enum machine_mode,
|
enum machine_mode,
|
||||||
enum expand_modifier modifier));
|
enum expand_modifier modifier));
|
||||||
|
|
||||||
|
#ifdef TREE_CODE
|
||||||
/* Hook called by output_constant for language-specific tree codes.
|
/* Hook called by output_constant for language-specific tree codes.
|
||||||
It is up to the language front-end to install a hook if it has any
|
It is up to the language front-end to install a hook if it has any
|
||||||
such codes that output_constant needs to know about. Returns a
|
such codes that output_constant needs to know about. Returns a
|
||||||
language-independent constant equivalent to its input. */
|
language-independent constant equivalent to its input. */
|
||||||
extern union tree_node * (*lang_expand_constant) PROTO((tree));
|
extern tree (*lang_expand_constant) PROTO((tree));
|
||||||
|
#endif
|
||||||
|
|
||||||
extern void init_all_optabs PROTO ((void));
|
extern void init_all_optabs PROTO ((void));
|
||||||
extern void init_mov_optab PROTO ((void));
|
extern void init_mov_optab PROTO ((void));
|
||||||
|
Loading…
Reference in New Issue
Block a user