mirror of
https://github.com/pret/agbcc.git
synced 2026-08-25 20:04:06 -05:00
fix print_rtl_with_bb proto
This commit is contained in:
@@ -73,7 +73,7 @@ extern void dump_local_alloc ();
|
||||
extern void regset_release_memory ();
|
||||
|
||||
extern void print_rtl ();
|
||||
extern void print_rtl_with_bb ();
|
||||
extern void print_rtl_with_bb (FILE *, rtx);
|
||||
|
||||
void rest_of_decl_compilation ();
|
||||
void error_with_file_and_line (char *file, int line, char *s, ...);
|
||||
|
||||
Reference in New Issue
Block a user