diff options
author | Roland McGrath <roland@gnu.org> | 1995-05-22 17:32:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-05-22 17:32:12 +0000 |
commit | 78732ba807eab4c5876d7b5181b2a3ddace1e586 (patch) | |
tree | 4b88d71b24742d339ff8c9f2276ab4d3987b9a46 /posix/regex.c | |
parent | c2e14186db69b53b3d0cdcce08a5ffc322709a46 (diff) | |
download | glibc-78732ba807eab4c5876d7b5181b2a3ddace1e586.tar glibc-78732ba807eab4c5876d7b5181b2a3ddace1e586.tar.gz glibc-78732ba807eab4c5876d7b5181b2a3ddace1e586.tar.bz2 glibc-78732ba807eab4c5876d7b5181b2a3ddace1e586.zip |
Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c
Diffstat (limited to 'posix/regex.c')
-rw-r--r-- | posix/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |