* parse.c: New file with the common code remains of expread.y.
authorJohn Gilmore <gnu@cygnus>
Thu, 19 Sep 1991 10:31:00 +0000 (10:31 +0000)
committerJohn Gilmore <gnu@cygnus>
Thu, 19 Sep 1991 10:31:00 +0000 (10:31 +0000)
commit3d6b6a9075f0a0c84c342453889582df637d6b5c
tree2d8643f70f0f2ffd1b3a9cfb41adbb917970dbca
parent997a978c5df292683078a8130efe86230714efc8
* parse.c:  New file with the common code remains of expread.y.
* expread.y, expread.tab.c:  Remove.
* parser-defs.h:  New file with common declarations from expread.y.
* c-exp.y:  New file with the C parser from expread.y.
* m2-exp.y:  New file with the Modula-2 parser.
gdb/c-exp.y [new file with mode: 0644]
gdb/m2-exp.y [new file with mode: 0644]
gdb/parse.c [new file with mode: 0644]
gdb/parser-defs.h [new file with mode: 0644]
This page took 0.034567 seconds and 4 git commands to generate.