* c-exp.y (DOTDOTDOT): New token.
[deliverable/binutils-gdb.git] / gdb / parse.c
index 897002d91154aa34b0cf04161a6e36c72701c083..529c517c25e612486575390ba4da5b113095f214 100644 (file)
@@ -1555,7 +1555,8 @@ type_stack_cleanup (void *arg)
 }
 
 /* Push a function type with arguments onto the global type stack.
-   LIST holds the argument types.  */
+   LIST holds the argument types.  If the final item in LIST is NULL,
+   then the function will be varargs.  */
 
 void
 push_typelist (VEC (type_ptr) *list)
This page took 0.023362 seconds and 4 git commands to generate.