From 144e2ab7b4ea8fb243ae8fb38c6e1aa7ee89cadc Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 21 Jan 2013 19:42:44 +0000 Subject: [PATCH] Fixes to previous (unicode literals) commit --- Source/Swig/swig.h | 4 ++-- 1 file 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 --- */