comparison dmd/mars.h @ 132:1700239cab2e trunk

[svn r136] MAJOR UNSTABLE UPDATE!!! Initial commit after moving to Tango instead of Phobos. Lots of bugfixes... This build is not suitable for most things.
author lindquist
date Fri, 11 Jan 2008 17:57:40 +0100
parents 5825d48b27d1
children 44a95ac7368a
comparison
equal deleted inserted replaced
131:5825d48b27d1 132:1700239cab2e
240 filename = NULL; 240 filename = NULL;
241 } 241 }
242 242
243 Loc(Module *mod, unsigned linnum); 243 Loc(Module *mod, unsigned linnum);
244 244
245 char *toChars(); 245 char *toChars() const;
246 }; 246 };
247 247
248 #ifndef GCC_SAFE_DMD 248 #ifndef GCC_SAFE_DMD
249 #define TRUE 1 249 #define TRUE 1
250 #define FALSE 0 250 #define FALSE 0