diff dmd/mars.h @ 336:aaade6ded589 trunk

[svn r357] Merged DMD 1.033
author lindquist
date Sat, 12 Jul 2008 19:38:31 +0200
parents 2b72433d5c8c
children 1a9bdbd4ac60
line wrap: on
line diff
--- a/dmd/mars.h	Sat Jul 12 17:04:36 2008 +0200
+++ b/dmd/mars.h	Sat Jul 12 19:38:31 2008 +0200
@@ -32,7 +32,7 @@
 /* Changes for the GDC compiler by David Friedman */
 #endif
 
-#define V2	0	// Version 2.0 features
+#define DMDV2	0	// Version 2.0 features
 #define BREAKABI 1	// 0 if not ready to break the ABI just yet
 
 struct Array;
@@ -300,7 +300,7 @@
 {
     MATCHnomatch,	// no match
     MATCHconvert,	// match with conversions
-#if V2
+#if DMDV2
     MATCHconst,		// match with conversion to const
 #endif
     MATCHexact		// exact match