diff dmd/PragmaDeclaration.d @ 130:60bb0fe4563e

dmdfe 2.037 first main iteration
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Thu, 09 Sep 2010 22:51:44 +0100
parents 352a5164f692
children 9d194c848e3a
line wrap: on
line diff
--- a/dmd/PragmaDeclaration.d	Sun Sep 05 15:32:22 2010 +0400
+++ b/dmd/PragmaDeclaration.d	Thu Sep 09 22:51:44 2010 +0100
@@ -127,6 +127,7 @@
 ///		goto Lnodecl;
 ///		}
 ///	}
+///version(DMDV2) {
 		else if (ident == Id.startaddress)
 		{
 			if (!args || args.dim != 1)
@@ -143,6 +144,7 @@
 			}
 			goto Lnodecl;
 		}
+///}
 ///	version (TARGET_NET) {
 ///		else if (ident == Lexer.idPool("assembly"))
 ///		{