mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-04 05:13:50 +00:00
regex: Proper define for this thing
This commit is contained in:
parent
32b33d62b2
commit
6e237de6d8
2
deps/regex/regex_internal.h
vendored
2
deps/regex/regex_internal.h
vendored
@ -30,10 +30,10 @@
|
|||||||
#ifndef UNUSED
|
#ifndef UNUSED
|
||||||
# ifdef __GNUC__
|
# ifdef __GNUC__
|
||||||
# define UNUSED __attribute__((unused))
|
# define UNUSED __attribute__((unused))
|
||||||
#endif
|
|
||||||
# else
|
# else
|
||||||
# define UNUSED
|
# define UNUSED
|
||||||
# endif
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined HAVE_LANGINFO_H || defined HAVE_LANGINFO_CODESET || defined _LIBC
|
#if defined HAVE_LANGINFO_H || defined HAVE_LANGINFO_CODESET || defined _LIBC
|
||||||
# include <langinfo.h>
|
# include <langinfo.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user