mirror of git://sourceware.org/git/glibc.git
Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c
This commit is contained in:
parent
c2e14186db
commit
78732ba807
|
@ -247,7 +247,7 @@ char *alloca ();
|
||||||
destination)
|
destination)
|
||||||
|
|
||||||
/* No need to do anything to free, after alloca. */
|
/* 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 */
|
#endif /* not REGEX_MALLOC */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue