diff dmd/attrib.h @ 1228:79758fd2f48a

Added Doxygen file. Completely seperated type and symbol generation. Should fix a lot of bugs, but is not yet 100% complete.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Wed, 15 Apr 2009 20:06:25 +0200
parents e961851fb8be
children def7a1d494fd
line wrap: on
line diff
--- a/dmd/attrib.h	Mon Apr 13 17:42:36 2009 +0200
+++ b/dmd/attrib.h	Wed Apr 15 20:06:25 2009 +0200
@@ -115,10 +115,6 @@
     void semantic(Scope *sc);
     void toCBuffer(OutBuffer *buf, HdrGenState *hgs);
     const char *kind();
-
-#if IN_LLVM
-    void codegen(Ir*);
-#endif
 };
 
 struct PragmaDeclaration : AttribDeclaration