mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 16:26:17 +01:00
Minor cleanup
The definition is now present in pcre.h
This commit is contained in:
parent
def0dc01f7
commit
f5a5863975
@ -33,11 +33,6 @@
|
|||||||
#include "pcre/pcre.h"
|
#include "pcre/pcre.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* PCRE 7.3 does not contain the definition of PCRE_ERROR_NULLWSLIMIT */
|
|
||||||
#ifndef PCRE_ERROR_NULLWSLIMIT
|
|
||||||
#define PCRE_ERROR_NULLWSLIMIT (-22)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/* Mask of all the possible values for GRegexCompileFlags. */
|
/* Mask of all the possible values for GRegexCompileFlags. */
|
||||||
#define G_REGEX_COMPILE_MASK (G_REGEX_CASELESS | \
|
#define G_REGEX_COMPILE_MASK (G_REGEX_CASELESS | \
|
||||||
|
Loading…
Reference in New Issue
Block a user