* parse.c, parser-defs.h (follow_types): New function.
authorJim Kingdon <jkingdon@engr.sgi.com>
Mon, 18 Oct 1993 01:10:25 +0000 (01:10 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Mon, 18 Oct 1993 01:10:25 +0000 (01:10 +0000)
commitf843c95fc3d55bb449ed9e681848808c9f637ee4
tree139637eb69a38c92edc87506e010d755776dfd55
parentcf4d863151f03057f70f5dacba3a56b5f10e97cc
* parse.c, parser-defs.h (follow_types): New function.
* c-exp.y (ptype : typebase abs_decl): Use it.
* c-exp.y (ptype): Add support for type qualifiers after the
typebase.  The typebase rule already has support for them before
the typebase.
* Makefile.in: Change the expected number of shift/reduce
conflicts to 6.  This is OK--the 2 new conflicts are basically the
same as one of the old ones.
gdb/c-exp.y
gdb/parse.c
gdb/parser-defs.h
This page took 0.023382 seconds and 4 git commands to generate.