summaryrefslogtreecommitdiffstats
path: root/regparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'regparse.h')
-rw-r--r--regparse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/regparse.h b/regparse.h
index 5ba7bf0ad..18f7e6bd8 100644
--- a/regparse.h
+++ b/regparse.h
@@ -307,6 +307,8 @@ typedef struct {
int has_recursion;
#endif
int warnings_flag;
+ const char* sourcefile;
+ int sourceline;
} ScanEnv;