is_redundant_typedef): Use static inline instead of inline static.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41558
138bc75d-0d04-0410-961f-
82ee72b054a4
+2001-04-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+
+ * dwarfout.c (is_pseudo_reg, type_main_variant, is_tagged_type,
+ is_redundant_typedef): Use static inline instead of inline static.
+
Wed Apr 25 18:21:01 2001 Christopher Faylor <cgf@cygnus.com>
* config/i386/cygwin.h: Move W32API search to LINK_SPEC to ensure that
\f
/************************ general utility functions **************************/
-inline static int
+static inline int
is_pseudo_reg (rtl)
register rtx rtl;
{
&& (REGNO (SUBREG_REG (rtl)) >= FIRST_PSEUDO_REGISTER)));
}
-inline static tree
+static inline tree
type_main_variant (type)
register tree type;
{
/* Return non-zero if the given type node represents a tagged type. */
-inline static int
+static inline int
is_tagged_type (type)
register tree type;
{
/* Is this a typedef we can avoid emitting? */
-inline static int
+static inline int
is_redundant_typedef (decl)
register tree decl;
{