Commit Graph

36 Commits

Author SHA1 Message Date
Brendan Kehoe
12cfc83018 tree.h (value_member, [...]): Add decls with prototypes.
* tree.h (value_member, purpose_member, binfo_member,
	tree_int_cst_equal, tree_int_cst_lt, index_type_equal,
	expand_decl_init): Add decls with prototypes.

From-SVN: r3192
1993-01-11 14:21:04 -05:00
Richard Stallman
d5c97601dc (CONSTRUCTOR_NAME_FORMAT): Let config.h override this.
From-SVN: r2817
1992-11-30 22:59:42 +00:00
Brendan Kehoe
143f1945b9 Cygnus<-->FSF merge
From-SVN: r2750
1992-11-12 20:55:58 -05:00
Brendan Kehoe
026380ff6b (TREE_VIA_PROTECTED): Set protected_flag, not static_flag.
From-SVN: r2329
1992-10-05 18:39:55 -04:00
Richard Kenner
17c7332100 (DECL_MODE, DECL_RTL): Update comments.
From-SVN: r2172
1992-09-19 15:44:33 -04:00
Mike Stump
2cc3ac7a34 Add BINFO_VPTR_FIELD definition.
From-SVN: r2077
1992-09-08 09:25:09 +00:00
Richard Stallman
dac45ea36e Comment change for meaning of TREE_CONSTANT_OVERFLOW.
From-SVN: r2054
1992-09-05 02:03:04 +00:00
Richard Stallman
69b78d8d12 (current_block): Decl deleted.
(set_block):  Declared.

From-SVN: r2017
1992-09-01 20:32:43 +00:00
Richard Stallman
663216865f Comment fixes.
From-SVN: r2012
1992-09-01 06:21:12 +00:00
Richard Stallman
5b3f0db1f5 (BLOCK_END_NOTE): Macro definition added.
(struct tree_block):  `end_note' field added.

From-SVN: r1988
1992-08-29 03:18:36 +00:00
James Van Artsdalen
a1ee10a4f4 (BUILT_IN_SIN,BUILT_IN_COS): New builtin codes.
From-SVN: r1979
1992-08-28 01:24:04 +00:00
Richard Stallman
b842c19aff (current_block): Declared.
From-SVN: r1967
1992-08-26 21:05:32 +00:00
Torbjorn Granlund
858a47b165 Fix spelling errors in comments.
From-SVN: r1825
1992-08-14 11:33:04 +00:00
Michael Meissner
f837a86171 Add prototype support.
From-SVN: r1785
1992-08-08 15:19:34 +00:00
Richard Stallman
9b80010115 Changes in comments.
From-SVN: r1769
1992-08-05 01:35:11 +00:00
Mike Stump
9e5386dbcd cp-tree.h, tree.h: Moved definitions of TREE_VIA_* into tree.h for consistency.
* cp-tree.h, tree.h:  Moved definitions of TREE_VIA_* into tree.h for
        consistency.

From-SVN: r1768
1992-08-05 01:13:34 +00:00
Richard Stallman
61131fa200 (struct tree_block): New struct type definition added.
(BLOCK_VARS, BLOCK_TYPE_TAGS, BLOCK_SUBBLOCKS, BLOCK_HANDLER_BLOCK):
Changed to reference fields of the new `struct tree_block' type.
(BLOCK_ABSTRACT_ORIGIN, BLOCK_ABSTRACT):  Definitions added.
(union tree_node):  Added `struct tree_block' as a new variant.

From-SVN: r1602
1992-07-17 04:15:55 +00:00
Richard Stallman
9f86614ba3 (IDENTIFIER_VIRTUAL_P): Deleted from here.
From-SVN: r1576
1992-07-12 20:40:09 +00:00
Richard Stallman
1394aabdaa Renamed TREE_INLINE...
Renamed TREE_INLINE, TREE_NONLOCAL, TREE_REGDECL, TREE_EXTERNAL
to DECL_INLINE, DECL_NONLOCAL, DECL_REGISTER, DECL_EXTERNAL.

From-SVN: r1569
1992-07-12 02:56:45 +00:00
Richard Stallman
0fafb45e4b entered into RCS
From-SVN: r1547
1992-07-10 01:32:58 +00:00
Charles Hannum
c5caa35076 *** empty log message ***
From-SVN: r1529
1992-07-08 22:22:23 +00:00
Richard Stallman
3110a56ea5 *** empty log message ***
From-SVN: r1490
1992-07-07 01:43:38 +00:00
Richard Kenner
e5d7056161 *** empty log message ***
From-SVN: r1467
1992-07-06 15:55:08 -04:00
Richard Stallman
0e77444b39 *** empty log message ***
From-SVN: r1440
1992-07-05 03:49:06 +00:00
Richard Stallman
5a1c7968d6 *** empty log message ***
From-SVN: r1351
1992-06-30 01:42:30 +00:00
Richard Kenner
4b980e20ad *** empty log message ***
From-SVN: r1318
1992-06-28 06:10:54 -04:00
Richard Stallman
98f21a70bf *** empty log message ***
From-SVN: r1004
1992-05-17 21:15:14 +00:00
Richard Stallman
abf8eb0f85 *** empty log message ***
From-SVN: r952
1992-05-10 15:48:38 +00:00
Richard Stallman
6dc42e49d3 *** empty log message ***
From-SVN: r930
1992-05-07 06:41:23 +00:00
Richard Stallman
869637e612 *** empty log message ***
From-SVN: r881
1992-05-04 03:52:05 +00:00
Richard Stallman
8e148befe9 *** empty log message ***
From-SVN: r821
1992-04-23 00:19:46 +00:00
Tom Wood
77f934bbbf *** empty log message ***
From-SVN: r732
1992-04-13 10:58:19 +00:00
Richard Stallman
c0920bf977 *** empty log message ***
From-SVN: r621
1992-03-29 03:47:34 +00:00
Richard Stallman
90ca31be03 *** empty log message ***
From-SVN: r458
1992-03-12 19:06:16 +00:00
Richard Stallman
43100b143a *** empty log message ***
From-SVN: r419
1992-03-08 05:10:50 +00:00
Richard Stallman
8da1b058d5 Initial revision
From-SVN: r181
1992-01-13 20:29:23 +00:00