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

From-SVN: r20606
This commit is contained in:
H.J. Lu 1998-06-19 21:52:37 +00:00 committed by Jeff Law
parent f5a8bfff50
commit 79a2acc802
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,9 @@
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.

View File

@ -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 *));