aboutsummaryrefslogtreecommitdiff
path: root/Source/Swig
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2013-01-21 19:42:44 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2013-01-21 19:42:44 +0000
commit144e2ab7b4ea8fb243ae8fb38c6e1aa7ee89cadc (patch)
treed9a089702887886cbd10aebeb05f6639d0d4800e /Source/Swig
parent7d800a655de565826fd2404fd11d85dccd9c11d1 (diff)
downloadswig-144e2ab7b4ea8fb243ae8fb38c6e1aa7ee89cadc.tar.gz
Fixes to previous (unicode literals) commit
Diffstat (limited to 'Source/Swig')
-rw-r--r--Source/Swig/swig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Swig/swig.h b/Source/Swig/swig.h
index dceb73753..0b3edf17e 100644
--- a/Source/Swig/swig.h
+++ b/Source/Swig/swig.h
@@ -97,11 +97,11 @@ extern "C" {
#define T_MPOINTER 38
#define T_VARARGS 39
#define T_RVALUE_REFERENCE 40
+#define T_WSTRING 41
+
#define T_SYMBOL 98
#define T_ERROR 99
-/* wide string literal, may contain escaped wide chars like \x1234 as well as normal escape sequences */
-#define T_WSTRING 39
/* --- File interface --- */