* cp-tree.h (cxx_alignof): Remove.

From-SVN: r97906
This commit is contained in:
Kazu Hirata 2005-04-09 16:52:46 +00:00 committed by Kazu Hirata
parent 728522c390
commit 9c45842f24
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-04-09 Kazu Hirata <kazu@cs.umass.edu>
* cp-tree.h (cxx_alignof): Remove.
2005-04-08 Ian Lance Taylor <ian@airs.com>
* cp-tree.def: Define FOR_STMT, WHILE_STMT, DO_STMT, BREAK_STMT,

View File

@ -4347,7 +4347,6 @@ extern tree check_return_expr (tree);
#define cp_build_binary_op(code, arg1, arg2) \
build_binary_op(code, arg1, arg2, 1)
#define cxx_sizeof(T) cxx_sizeof_or_alignof_type (T, SIZEOF_EXPR, true)
#define cxx_alignof(T) cxx_sizeof_or_alignof_type (T, ALIGNOF_EXPR, true)
extern tree build_ptrmemfunc_access_expr (tree, tree);
extern tree build_address (tree);
extern tree build_nop (tree, tree);