tree.h: Update copyright date.
authorGraham Stott <grahams@redhat.com>
Thu, 3 Jan 2002 05:18:25 +0000 (05:18 +0000)
committerGraham Stott <grahams@gcc.gnu.org>
Thu, 3 Jan 2002 05:18:25 +0000 (05:18 +0000)
commitb9daac31920bd6c26751068a1c40164f49d48224
tree9cf38a8e7fa051b8d3fc358dfbca5d8fb2ccd508
parentf52eda294f6b2df47022306d7c23f48299179d83
tree.h: Update copyright date.

        * tree.h: Update copyright date.
        (IS_EXPR_CODE_CLASS): Add parenthesis.
        (TREE_SET_CODE): Add whitespace.
        (TREE_CHECK): Add parenthesis.
        (TREE_CLASS_CODE): Add parenthesis and wrap long line.
        (CST_OR_CONSTRUCTOR_CHECK):
        (EXPR_CHECK): Add parenthis, whitespace and wrap line.
        (TREE_SYMBOL_REFERENCED): Whitespace.
        (INT_CST_LT): Likewise.
        (INT_CST_LT_UNSIGNED): Likewise.
        (tree_real_cst): Unwrap comment.
        (tree_string): Likewise.
        (tree_complex): Likewise.
        (IDENTIFIER_POINTER): correct cast.
        (SAVE_EXPR_CONTEXT): Whitespace.
        (EXPR_WFL_FILENAME_NODE): Likewise.
        (EXPR_WFL_FILENAME): Remove parenthesis.
        (DECL_ORIGIN): Add parenthesis.
        (DECL_FROM_INLINE): Use NULL_TREE.
        (build_int_2): Whitespace.
        (build_type_variant): Add parenthesis.

        * gcc/jcf-parse.c: Update copyright date.
        (yyparse): Constify resource_filename.

From-SVN: r48498
gcc/ChangeLog
gcc/java/jcf-parse.c
gcc/tree.h