summaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-05-22 17:32:12 +0000
committerRoland McGrath <roland@gnu.org>1995-05-22 17:32:12 +0000
commit78732ba807eab4c5876d7b5181b2a3ddace1e586 (patch)
tree4b88d71b24742d339ff8c9f2276ab4d3987b9a46 /posix
parentc2e14186db69b53b3d0cdcce08a5ffc322709a46 (diff)
Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c
Diffstat (limited to 'posix')
-rw-r--r--posix/regex.c2
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 */