mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-10 13:32:31 +03:00
* eregex.h: Undefine __restrict_arr before redefining to avoid a
warning if it's defined.
This commit is contained in:
parent
84242b110c
commit
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>
|
2002-12-09 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* util.c (load_file_position): Don't free filename.
|
* 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.
|
/* For now unconditionally define __restrict_arr to expand to nothing.
|
||||||
Ideally we would have a test for the compiler which allows defining
|
Ideally we would have a test for the compiler which allows defining
|
||||||
it to restrict. */
|
it to restrict. */
|
||||||
|
#undef __restrict_arr
|
||||||
#define __restrict_arr
|
#define __restrict_arr
|
||||||
|
|
||||||
/* POSIX compatibility. */
|
/* POSIX compatibility. */
|
||||||
|
Loading…
Reference in New Issue
Block a user