diff dmd/id.h @ 443:44f08170f4ef

Removed tango from the repository and instead added a runtime dir with the files needed to patch and build tango from svn. Reworked the LLVMDC specific pragmas.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Fri, 01 Aug 2008 00:32:06 +0200
parents aaade6ded589
children cc40db549aea
line wrap: on
line diff
--- a/dmd/id.h	Thu Jul 31 19:14:49 2008 +0200
+++ b/dmd/id.h	Fri Aug 01 00:32:06 2008 +0200
@@ -169,11 +169,15 @@
     static Identifier *lib;
     static Identifier *msg;
     static Identifier *GNU_asm;
-    static Identifier *LLVM_intrinsic;
-    static Identifier *LLVM_internal;
+    static Identifier *intrinsic;
+    static Identifier *va_intrinsic;
+    static Identifier *no_typeinfo;
+    static Identifier *no_moduleinfo;
+    static Identifier *alloca;
+    static Identifier *va_start;
+    static Identifier *va_arg;
     static Identifier *tohash;
     static Identifier *tostring;
-    static Identifier *alloca;
     static Identifier *main;
     static Identifier *WinMain;
     static Identifier *DllMain;