* xcoffout.h (xcoffout_source_line): Update prototype.

From-SVN: r148220
This commit is contained in:
David Edelsohn 2009-06-05 18:03:09 +00:00 committed by David Edelsohn
parent cd40525330
commit a735afd1e9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-06-05 David Edelsohn <edelsohn@gnu.org>
* xcoffout.h (xcoffout_source_line): Update prototype.
2009-06-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* builtins.c (do_mpc_ckconv, do_mpc_arg1): Use

View File

@ -182,4 +182,4 @@ extern void xcoffout_end_function (unsigned int);
extern void xcoffout_end_block (unsigned, unsigned);
extern int xcoff_assign_fundamental_type_number (tree);
extern void xcoffout_declare_function (FILE *, tree, const char *);
extern void xcoffout_source_line (unsigned int, const char *);
extern void xcoffout_source_line (unsigned int, const char *, int);