aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlex.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldlex.h')
-rw-r--r--ld/ldlex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldlex.h b/ld/ldlex.h
index 1a2aa12..739a9b0 100644
--- a/ld/ldlex.h
+++ b/ld/ldlex.h
@@ -41,7 +41,7 @@ extern const char *lex_string;
/* In ldlex.l. */
extern int yylex (void);
-extern void lex_push_file (FILE *, const char *);
+extern void lex_push_file (FILE *, const char *, unsigned int);
extern void lex_redirect (const char *, const char *, unsigned int);
extern void ldlex_script (void);
extern void ldlex_mri_script (void);