summaryrefslogtreecommitdiffstats
path: root/libdm/regex/parse_rx.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdm/regex/parse_rx.h')
-rw-r--r--libdm/regex/parse_rx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdm/regex/parse_rx.h b/libdm/regex/parse_rx.h
index 1c2393fc..4a5d8b94 100644
--- a/libdm/regex/parse_rx.h
+++ b/libdm/regex/parse_rx.h
@@ -33,6 +33,8 @@ enum {
#define HAT_CHAR 0x2
#define DOLLAR_CHAR 0x3
+#define TARGET_TRANS '\0'
+
struct rx_node {
int type;
dm_bitset_t charset;