diff dmd/Token.d @ 79:43073c7c7769

updated to 2.035 also implemented a few missing functions still crashes in Import.importAll though
author Trass3r
date Mon, 30 Aug 2010 03:57:51 +0200
parents 5c9b78899f5d
children e28b18c23469
line wrap: on
line diff
--- a/dmd/Token.d	Sun Aug 29 14:39:08 2010 +0100
+++ b/dmd/Token.d	Mon Aug 30 03:57:51 2010 +0200
@@ -13,8 +13,8 @@
     Token* next;
     ubyte* ptr;		// pointer to first character of this token within buffer
     TOK value;
-    ubyte* blockComment; // doc comment string prior to this token
-    ubyte* lineComment;	 // doc comment for previous token
+    string blockComment; // doc comment string prior to this token
+    string lineComment;	 // doc comment for previous token
     
 	union
     {