diff options
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 98be2d0565d..52baa243875 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1541,7 +1541,7 @@ extern rtx emit_call_insn PARAMS ((rtx)); extern rtx emit_label PARAMS ((rtx)); extern rtx emit_barrier PARAMS ((void)); extern rtx emit_line_note PARAMS ((const char *, int)); -extern rtx emit_note PARAMS ((const char *, int)); +extern rtx emit_note PARAMS ((int)); extern rtx emit_line_note_force PARAMS ((const char *, int)); extern rtx make_insn_raw PARAMS ((rtx)); extern void add_function_usage_to PARAMS ((rtx, rtx)); |