aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.h b/src/parser.h
index c92a3d6..bb55ecf 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -42,6 +42,7 @@ typedef struct {
extern YYSTYPE yylval;
extern char *filename;
+extern char *canonical_filename;
extern int line_num;
extern int yylex(void);

Return to:

Send suggestions and report system problems to the System administrator.