* pa/pa.h (TEXT_SPACE_P): Remove unnecessary indirection
into tree_code_type.
* vax/vms.h (SELECT_SECTION): Similarly.
From-SVN: r18193
+Sun Feb 22 20:48:54 1998 Jeffrey A Law (law@cygnus.com)
+
+ * pa/pa.h (TEXT_SPACE_P): Remove unnecessary indirection
+ into tree_code_type.
+ * vax/vms.h (SELECT_SECTION): Similarly.
+
Sun Feb 22 20:46:31 1998 Bernd Schmidt <crux@ohara.Informatik.RWTH-Aachen.DE>
* expr.c (emit_move_insn_1): When moving complex values in several
&& TREE_READONLY (DECL) && ! TREE_SIDE_EFFECTS (DECL) \
&& (! DECL_INITIAL (DECL) || ! reloc_needed (DECL_INITIAL (DECL))) \
&& !flag_pic) \
- || (*tree_code_type[(int) TREE_CODE (DECL)] == 'c' \
+ || (tree_code_type[(int) TREE_CODE (DECL)] == 'c' \
&& !(TREE_CODE (DECL) == STRING_CST && flag_writable_strings)))
#define FUNCTION_NAME_P(NAME) \
else \
data_section (); \
} \
- if (*tree_code_type[(int) TREE_CODE (T)] == 'c') \
+ if (tree_code_type[(int) TREE_CODE (T)] == 'c') \
{ \
if ((TREE_CODE (T) == STRING_CST && flag_writable_strings)) \
data_section (); \