diff options
Diffstat (limited to 'gdb/ch-exp.c')
-rw-r--r-- | gdb/ch-exp.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/ch-exp.c b/gdb/ch-exp.c index 3d8318e..32eb2eb 100644 --- a/gdb/ch-exp.c +++ b/gdb/ch-exp.c @@ -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; |