summaryrefslogtreecommitdiff
path: root/srcpos.h
diff options
context:
space:
mode:
Diffstat (limited to 'srcpos.h')
-rw-r--r--srcpos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/srcpos.h b/srcpos.h
index 3ed2334..d548c09 100644
--- a/srcpos.h
+++ b/srcpos.h
@@ -75,7 +75,7 @@ extern void yyerrorf(char const *, ...) __attribute__((format(printf, 1, 2)));
extern struct dtc_file *srcpos_file;
-extern int push_input_file(const char *filename);
+extern void push_input_file(const char *filename);
extern int pop_input_file(void);
struct search_path {