From 1299d77d5065856f8bbd0aff31b276bf2aaba48a Mon Sep 17 00:00:00 2001 From: ngie Date: Sun, 13 Dec 2015 21:14:04 +0000 Subject: Revert r292168 -- I used the wrong commit message by accident --- lib/libc/regex/grot/Makefile | 3 +-- lib/libc/regex/grot/main.c | 5 +++-- lib/libc/regex/grot/split.c | 2 -- 3 files changed, 4 insertions(+), 6 deletions(-) (limited to 'lib/libc/regex') diff --git a/lib/libc/regex/grot/Makefile b/lib/libc/regex/grot/Makefile index e715dd8..3e41724 100644 --- a/lib/libc/regex/grot/Makefile +++ b/lib/libc/regex/grot/Makefile @@ -62,8 +62,7 @@ regexec.o: engine.c engine.ih regerror.o: regerror.ih regerror.o: utils.h debug.o: debug.ih -main.o: debug.ih main.ih split.ih -split.o: split.ih +main.o: main.ih r: re tests ./re #include -#include "debug.ih" #include "main.ih" -#include "split.ih" char *progname; int debug = 0; @@ -24,6 +22,9 @@ regoff_t startoff = 0; regoff_t endoff = 0; +extern int split(); +extern void regprint(); + /* - main - do the simple case, hand off to regress() for regression */ diff --git a/lib/libc/regex/grot/split.c b/lib/libc/regex/grot/split.c index c5d5264..07ab8f1 100644 --- a/lib/libc/regex/grot/split.c +++ b/lib/libc/regex/grot/split.c @@ -4,8 +4,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include "split.ih" - /* - split - divide a string into fields, like awk split() == int split(char *string, char *fields[], int nfields, char *sep); -- cgit v1.1