mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-13 11:14:51 +08:00
* tree.h (TYPE_P): New macro.
From-SVN: r21067
This commit is contained in:
parent
4f8b4fd92c
commit
555f90c5ef
@ -1,3 +1,7 @@
|
||||
Sun Jul 12 01:27:05 1998 Jason Merrill <jason@yorick.cygnus.com>
|
||||
|
||||
* tree.h (TYPE_P): New macro.
|
||||
|
||||
Sat Jul 11 16:19:48 1998 Mark Mitchell <mark@markmitchell.com>
|
||||
|
||||
* cplus-dem.c (string): Move definition before work_stuff.
|
||||
|
@ -400,6 +400,10 @@ struct tree_common
|
||||
|
||||
#define POINTER_TYPE_P(TYPE) \
|
||||
(TREE_CODE (TYPE) == POINTER_TYPE || TREE_CODE (TYPE) == REFERENCE_TYPE)
|
||||
|
||||
/* Nonzero if TYPE represents a type. */
|
||||
|
||||
#define TYPE_P(TYPE) (TREE_CODE_CLASS (TREE_CODE (TYPE)) == 't')
|
||||
|
||||
/* Define many boolean fields that all tree nodes have. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user