From 78732ba807eab4c5876d7b5181b2a3ddace1e586 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 22 May 1995 17:32:12 +0000 Subject: Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c --- posix/regex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix') diff --git a/posix/regex.c b/posix/regex.c index 897295aa27..a79597c542 100644 --- a/posix/regex.c +++ b/posix/regex.c @@ -247,7 +247,7 @@ char *alloca (); destination) /* No need to do anything to free, after alloca. */ -#define REGEX_FREE(arg) (0) +#define REGEX_FREE(arg) ((void)0) /* Do nothing! But inhibit gcc warning. */ #endif /* not REGEX_MALLOC */ -- cgit 1.4.1