diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-05 18:03:09 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-05 18:03:09 +0000 |
commit | 8cb0d3796afa747571c350e2441c5c015e16b7b8 (patch) | |
tree | 3938b7f20299e861d2f77b1a9bcf1b26d990812f /gcc/xcoffout.h | |
parent | 87542701b1104d4edad39d7bfde253e8c8c4f68c (diff) | |
download | gcc-8cb0d3796afa747571c350e2441c5c015e16b7b8.tar.gz |
* xcoffout.h (xcoffout_source_line): Update prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148220 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/xcoffout.h')
-rw-r--r-- | gcc/xcoffout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/xcoffout.h b/gcc/xcoffout.h index a6da1596b18..caf8b08cc0b 100644 --- a/gcc/xcoffout.h +++ b/gcc/xcoffout.h @@ -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); |