*** empty log message ***

From-SVN: r126
This commit is contained in:
Richard Stallman 1991-12-22 21:51:18 +00:00
parent bcca75d583
commit b6c21411b9
1 changed files with 7 additions and 0 deletions

View File

@ -46,4 +46,11 @@ enum rid
RID_MAX
};
#define NORID RID_UNUSED
#define RID_FIRST_MODIFIER RID_UNSIGNED
/* The elements of `ridpointers' are identifier nodes
for the reserved type names and storage classes.
It is indexed by a RID_... value. */
extern tree ridpointers[(int) RID_MAX];