Commit 6e237de6 by Vicent Marti

regex: Proper define for this thing

parent 32b33d62
...@@ -28,11 +28,11 @@ ...@@ -28,11 +28,11 @@
#include <string.h> #include <string.h>
#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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment