Commit 79a2acc8 by H.J. Lu Committed by Jeff Law

* dwarf2out.h (debug_dwarf, debug_dwarf_die): New declarations.

From-SVN: r20606
parent f5a8bfff
Fri Jun 19 20:38:34 1998 H.J. Lu (hjl@gnu.org)
* dwarf2out.h (debug_dwarf, debug_dwarf_die): New declarations.
* c-typeck.c (c_expand_asm_operands): Use proper values when calling
expand_expr..
expand_expr.
* c-lex.c (yyprint): Add prototype.
(check_newline, build_objc_string): Remove declaration.
......
......@@ -35,3 +35,7 @@ extern void dwarf2out_line PROTO ((char *, unsigned));
extern void dwarf2out_frame_init PROTO ((void));
extern void dwarf2out_frame_debug PROTO ((rtx));
extern void dwarf2out_frame_finish PROTO ((void));
extern void debug_dwarf PROTO ((void));
struct die_struct;
extern void debug_dwarf_die PROTO ((struct die_struct *));
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment