diff dmd/lexer.h @ 19:788401029ecf trunk

[svn r23] * Updated to DMD 1.021
author lindquist
date Thu, 04 Oct 2007 03:42:56 +0200
parents c53b6e3fe49a
children 5acec6b2eef8
line wrap: on
line diff
--- a/dmd/lexer.h	Thu Oct 04 01:47:53 2007 +0200
+++ b/dmd/lexer.h	Thu Oct 04 03:42:56 2007 +0200
@@ -150,6 +150,9 @@
 	// Added after 1.0
 	TOKref,
 	TOKmacro,
+#if V2
+	TOKtraits,
+#endif
 
 	TOKMAX
 };
@@ -266,6 +269,10 @@
     unsigned escapeSequence();
     TOK wysiwygStringConstant(Token *t, int tc);
     TOK hexStringConstant(Token *t);
+#if V2
+    TOK delimitedStringConstant(Token *t);
+    TOK tokenStringConstant(Token *t);
+#endif
     TOK escapeStringConstant(Token *t, int wide);
     TOK charConstant(Token *t, int wide);
     void stringPostfix(Token *t);