Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c

This commit is contained in:
Roland McGrath 1995-05-22 17:32:12 +00:00
parent c2e14186db
commit 78732ba807

View 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 */