2000-12-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
[deliverable/binutils-gdb.git] / gdb / ch-exp.c
index 3d8318e0e5436939c0338ce4a71cc2dc05d1d59e..32eb2ebb311273d954d5b57cce5a8f4bded07a5f 100644 (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;
This page took 0.02338 seconds and 4 git commands to generate.