diff options
author | "Vladimir N. Oleynik" | 2005-09-14 16:22:50 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" | 2005-09-14 16:22:50 +0000 |
commit | b4f3cff6f5e77ce0a0edb12e6a5811d0063080ca (patch) | |
tree | e01a86a4576682a6d5cbcb594c3c7c59fd88d721 /editors | |
parent | 1e07f852e0f236a0360c5fd44356a2e391185145 (diff) | |
download | busybox-b4f3cff6f5e77ce0a0edb12e6a5811d0063080ca.zip busybox-b4f3cff6f5e77ce0a0edb12e6a5811d0063080ca.tar.gz |
removed strange extern void xregcomp(... from some applets, but declared from libbb.h
Diffstat (limited to 'editors')
-rw-r--r-- | editors/awk.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/awk.c b/editors/awk.c index ed8b0f2..3ee6773 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); |