mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 00:46:16 +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"
|
||||
#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. */
|
||||
#define G_REGEX_COMPILE_MASK (G_REGEX_CASELESS | \
|
||||
|
Loading…
Reference in New Issue
Block a user