diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-08-07 03:07:59 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-08-07 03:07:59 +0000 |
commit | 89727b6fbf33f119332b50e906fde555716ac51a (patch) | |
tree | 74169c5490e293eb85fc00ecd30cbd148744f66a /gdb/ch-exp.c | |
parent | bfd7b64e2339c6d4b9a75c1c521fc32cb54a2354 (diff) | |
download | gdb-89727b6fbf33f119332b50e906fde555716ac51a.zip gdb-89727b6fbf33f119332b50e906fde555716ac51a.tar.gz gdb-89727b6fbf33f119332b50e906fde555716ac51a.tar.bz2 |
Protoize ch-exp.c, core-regset.c.
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; |