* cp-tree.h (DECL_PENDING_INLINE_P): Relax checking.
authorMark Mitchell <mark@codesourcery.com>
Thu, 15 Jun 2000 18:24:04 +0000 (18:24 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 15 Jun 2000 18:24:04 +0000 (18:24 +0000)
From-SVN: r34567

gcc/cp/ChangeLog
gcc/cp/cp-tree.h

index 6ddb758..77c788d 100644 (file)
@@ -1,3 +1,7 @@
+2000-06-15  Mark Mitchell  <mark@codesourcery.com>
+
+       * cp-tree.h (DECL_PENDING_INLINE_P): Relax checking.
+
 2000-06-14  Benjamin Chelf  <chelf@cabriolet.stanford.edu>
 
        * cp-tree.h (IF_COND): Move to c-common.h.
index 9d5bb92..c11dc33 100644 (file)
@@ -2317,7 +2317,7 @@ struct lang_decl
    the class definition.  We have saved away the text of the function,
    but have not yet processed it.  */
 #define DECL_PENDING_INLINE_P(NODE) \
-  (DECL_LANG_SPECIFIC (FUNCTION_DECL_CHECK (NODE))->decl_flags.pending_inline_p)
+  (DECL_LANG_SPECIFIC (NODE)->decl_flags.pending_inline_p)
    
 /* If DECL_PENDING_INLINE_P holds, this is the saved text of the
    function.  */