aboutsummaryrefslogtreecommitdiff
path: root/gcc/xcoffout.h
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2009-06-05 18:03:09 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2009-06-05 14:03:09 -0400
commita735afd1e96a3f1530103ee806c40c70e55ae26f (patch)
tree3938b7f20299e861d2f77b1a9bcf1b26d990812f /gcc/xcoffout.h
parentcd405253308f52461569c8803102457cd6459aec (diff)
downloadgcc-a735afd1e96a3f1530103ee806c40c70e55ae26f.zip
gcc-a735afd1e96a3f1530103ee806c40c70e55ae26f.tar.gz
gcc-a735afd1e96a3f1530103ee806c40c70e55ae26f.tar.bz2
* xcoffout.h (xcoffout_source_line): Update prototype.
From-SVN: r148220
Diffstat (limited to 'gcc/xcoffout.h')
-rw-r--r--gcc/xcoffout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/xcoffout.h b/gcc/xcoffout.h
index a6da159..caf8b08 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);