aboutsummaryrefslogtreecommitdiffstats
path: root/Token.h
diff options
context:
space:
mode:
Diffstat (limited to 'Token.h')
-rw-r--r--Token.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Token.h b/Token.h
index f1a94af3..eb9b4d42 100644
--- a/Token.h
+++ b/Token.h
@@ -296,6 +296,9 @@ class Token
{
public:
// All token values.
+ // attention! msvc issue:
+ // http://stackoverflow.com/questions/9567868/compile-errors-after-adding-v8-to-my-project-c2143-c2059
+ // @todo: avoid TOKEN_LIST macro
#define T(name, string, precedence) name,
enum Value
{