aboutsummaryrefslogtreecommitdiff
path: root/editors/awk.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/awk.c')
-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 {
439} t; 439} t;
440 440
441/* function prototypes */ 441/* function prototypes */
442extern void xregcomp(regex_t *preg, const char *regex, int cflags);
443static void handle_special(var *); 442static void handle_special(var *);
444static node *parse_expr(unsigned long); 443static node *parse_expr(unsigned long);
445static void chain_group(void); 444static void chain_group(void);