summaryrefslogtreecommitdiff
path: root/pattern.h
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2016-01-04 00:22:34 +0000
committerXin LI <delphij@FreeBSD.org>2016-01-04 00:22:34 +0000
commit59d1fa4298584d1670edf26ee475b9b8f6a1c7bc (patch)
tree8f43d5492b0b0c6dbf3a7b8f98085e8dd6d97a78 /pattern.h
parent368ca3013fcfe6e0e9470294fdc2f837025fa519 (diff)
Diffstat (limited to 'pattern.h')
-rw-r--r--pattern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pattern.h b/pattern.h
index 7d05fdeb88e04..ca4b8648c69c2 100644
--- a/pattern.h
+++ b/pattern.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2012 Mark Nudelman
+ * Copyright (C) 1984-2015 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -48,6 +48,7 @@ extern char *__loc1;
#if HAVE_V8_REGCOMP
#include "regexp.h"
+extern int reg_show_error;
#define DEFINE_PATTERN(name) struct regexp *name
#define CLEAR_PATTERN(name) name = NULL
#endif