Protoize ch-exp.c, core-regset.c.

This commit is contained in:
Kevin Buettner
2000-08-07 03:07:59 +00:00
parent bfd7b64e23
commit 89727b6fbf
3 changed files with 16 additions and 12 deletions

View File

@@ -301,9 +301,10 @@ expect (enum ch_terminal token, char *message)
}
#if 0
/* Parse a name string. If ALLOW_ALL is 1, ALL is allowed as a postfix. */
static tree
parse_opt_name_string (allow_all)
int allow_all; /* 1 if ALL is allowed as a postfix */
parse_opt_name_string (int allow_all)
{
int token = PEEK_TOKEN ();
tree name;