mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c
This commit is contained in:
@ -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 */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user