* eregex.h: Undefine __restrict_arr before redefining to avoid a
warning if it's defined.
Этот коммит содержится в:
родитель
84242b110c
Коммит
036689bf51
@ -1,3 +1,8 @@
|
||||
2002-12-11 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* eregex.h: Undefine __restrict_arr before redefining to avoid a
|
||||
warning if it's defined.
|
||||
|
||||
2002-12-09 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* util.c (load_file_position): Don't free filename.
|
||||
|
@ -535,6 +535,7 @@ extern int re_exec _RE_ARGS ((const char *));
|
||||
/* For now unconditionally define __restrict_arr to expand to nothing.
|
||||
Ideally we would have a test for the compiler which allows defining
|
||||
it to restrict. */
|
||||
#undef __restrict_arr
|
||||
#define __restrict_arr
|
||||
|
||||
/* POSIX compatibility. */
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user