From 8c06ac7bd77ba3bb6fa9efe580b673733a0b5c63 Mon Sep 17 00:00:00 2001 From: hoek Date: Fri, 11 Jun 1999 04:36:16 +0000 Subject: Compile when NO_REGEX is defined. Submitted by: Geordy Kitchen (gnu/12117) --- games/fortune/fortune/fortune.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games/fortune/fortune/fortune.c b/games/fortune/fortune/fortune.c index 44910ca..d06ceda 100644 --- a/games/fortune/fortune/fortune.c +++ b/games/fortune/fortune/fortune.c @@ -303,7 +303,9 @@ register char **argv; int ch; ignore_case = FALSE; +# ifndef NO_REGEX pat = NULL; +# endif /* NO_REGEX */ # ifdef DEBUG while ((ch = getopt(argc, argv, "aDefilm:osw")) != -1) -- cgit v1.1