summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-17 02:00:28 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-21 19:39:37 +0300
commit3b3b21a1b939097b9f96185893a8edf4214bd572 (patch)
tree899f2a0b0717d44765febce5513181a543e0766f /src/map/script.h
parent5ce1b0ec7c0a8267bba7b163af5c7e4556fb3390 (diff)
downloadhercules-3b3b21a1b939097b9f96185893a8edf4214bd572.tar.gz
hercules-3b3b21a1b939097b9f96185893a8edf4214bd572.tar.bz2
hercules-3b3b21a1b939097b9f96185893a8edf4214bd572.tar.xz
hercules-3b3b21a1b939097b9f96185893a8edf4214bd572.zip
Remove unused PCRE_SUPPORT define.
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/script.h b/src/map/script.h
index dbb0f8a03..ab8c294e1 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -233,10 +233,8 @@ typedef enum c_op {
C_SUB_POST, // a--
C_ADD_PRE, // ++a
C_SUB_PRE, // --a
-#ifdef PCRE_SUPPORT
C_RE_EQ, // ~=
C_RE_NE, // ~!
-#endif // PCRE_SUPPORT
} c_op;
/// Script queue options