aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/ansify.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/f/ansify.c')
-rw-r--r--gcc/f/ansify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/ansify.c b/gcc/f/ansify.c
index fa29dfc..b03206d79 100644
--- a/gcc/f/ansify.c
+++ b/gcc/f/ansify.c
@@ -27,7 +27,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#define die_unless(c) \
do if (!(c)) \
{ \
- fprintf (stderr, "%s:%lu: %s\n", argv[1], input_line, #c); \
+ fprintf (stderr, "%s:%lu: %s\n", argv[1], lineno, #c); \
die (); \
} \
while(0)