Sun Oct 24 20:16:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)

* parse.c, parser-defs.h (write_exp_msymbol):  New function to write
	the appropriate expression for a minimal symbol.
	* c-exp.y, m2-exp.y:  Use it.
This commit is contained in:
Jim Kingdon
1993-10-24 23:42:02 +00:00
parent 94c74a0c22
commit abe28b9214
5 changed files with 58 additions and 42 deletions

View File

@@ -105,6 +105,9 @@ extern void write_exp_bitstring PARAMS ((struct stoken));
extern void write_exp_elt_block PARAMS ((struct block *));
extern void write_exp_msymbol PARAMS ((struct minimal_symbol *,
struct type *, struct type *));
extern void
start_arglist PARAMS ((void));