aboutsummaryrefslogtreecommitdiff
path: root/dist/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-11 12:43:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-11 12:43:48 +0200
commit9553149aa6b6561c49981adf2848607a43765054 (patch)
treeff941ad89aa2c87ec5ddbd7a7bdd189fc33f87ba /dist/build
parent0dd6d623af5dfe3590d0c269f76a2fa322e75e58 (diff)
Support for validation of the pattern facet
New test: hybrid/pattern.
Diffstat (limited to 'dist/build')
-rw-r--r--dist/build/config.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/build/config.make b/dist/build/config.make
index 33b6a8e..e7e9aaa 100644
--- a/dist/build/config.make
+++ b/dist/build/config.make
@@ -23,6 +23,7 @@ XSDE_LONGLONG := $(strip $(XSDE_LONGLONG))
XSDE_SNPRINTF := $(strip $(XSDE_SNPRINTF))
XSDE_PARSER_VALIDATION := $(strip $(XSDE_PARSER_VALIDATION))
XSDE_SERIALIZER_VALIDATION := $(strip $(XSDE_SERIALIZER_VALIDATION))
+XSDE_REGEXP := $(strip $(XSDE_REGEXP))
XSDE_REUSE_STYLE := $(strip $(XSDE_REUSE_STYLE))
XSDE_CUSTOM_ALLOCATOR := $(strip $(XSDE_CUSTOM_ALLOCATOR))
XSDE_DEFAULT_ALLOCATOR := $(strip $(XSDE_DEFAULT_ALLOCATOR))