OSDN Git Service

* java-tree.h (all_class_filename): Remove useless macro.
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Jul 2004 02:36:38 +0000 (02:36 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Jul 2004 02:36:38 +0000 (02:36 +0000)
commit37c33819b4c4d146c1ecc194b50215297d3086e0
tree169246f0954dfc20285a8360379b7db5e6516ac7
parent246a13bd86ef507e9768fd7ccd07d23cdf044e2a
* java-tree.h (all_class_filename):  Remove useless macro.
(enum java_tree_index):  Remove JTI_ALL_CLASS_FILENAME constant.
(BUILD_FILENAME_IDENTIFIER_NODE):  Remove useless macro.
* parse.y (java_parser_context_restore_global):  Replace
BUILD_FILENAME_IDENTIFIER_NODE by plain get_identifier.
* jcf-parse.c (read_class, java_parse_file):  Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84667 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/java/ChangeLog
gcc/java/java-tree.h
gcc/java/jcf-parse.c
gcc/java/parse.y