Commit f5e6b7bc by Mark Mitchell Committed by Mark Mitchell

* cp-tree.h (DECL_PENDING_INLINE_P): Relax checking.

From-SVN: r34567
parent ffb1f63d
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> 2000-06-14 Benjamin Chelf <chelf@cabriolet.stanford.edu>
* cp-tree.h (IF_COND): Move to c-common.h. * cp-tree.h (IF_COND): Move to c-common.h.
......
...@@ -2317,7 +2317,7 @@ struct lang_decl ...@@ -2317,7 +2317,7 @@ struct lang_decl
the class definition. We have saved away the text of the function, the class definition. We have saved away the text of the function,
but have not yet processed it. */ but have not yet processed it. */
#define DECL_PENDING_INLINE_P(NODE) \ #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 /* If DECL_PENDING_INLINE_P holds, this is the saved text of the
function. */ function. */
......
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