aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/awk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/awk.c b/editors/awk.c
index ed8b0f20f..3ee677304 100644
--- a/editors/awk.c
+++ b/editors/awk.c
@@ -439,7 +439,6 @@ static struct {
} t;
/* function prototypes */
-extern void xregcomp(regex_t *preg, const char *regex, int cflags);
static void handle_special(var *);
static node *parse_expr(unsigned long);
static void chain_group(void);