Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c
authorRoland McGrath <roland@gnu.org>
Mon, 22 May 1995 17:32:12 +0000 (17:32 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 22 May 1995 17:32:12 +0000 (17:32 +0000)
posix/regex.c

index 897295a..a79597c 100644 (file)
@@ -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 */