diff trunk/src/dil/Location.d @ 744:7173ece1b696

Wrapped some macro functions inside struct MacroExpander. Warning messages from the macro expansion pass are collected now. Tidied up predefined.ddoc a bit, and added some macros. Added two messages to struct MSG. Added another opCatAssign to class InfoManager.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sat, 09 Feb 2008 22:54:31 +0100
parents 9e811db780a6
children c24be8d4f6ab
line wrap: on
line diff
--- a/trunk/src/dil/Location.d	Sat Feb 09 19:27:14 2008 +0100
+++ b/trunk/src/dil/Location.d	Sat Feb 09 22:54:31 2008 +0100
@@ -11,7 +11,7 @@
 {
   char[] filePath;
   size_t lineNum;
-  char* lineBegin, to; // Used to calculate column.
+  char* lineBegin, to; /// Used to calculate column.
 
   this(char[] filePath, size_t lineNum)
   {