diff dmd/lexer.c @ 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 8026319762be
line wrap: on
line diff
--- a/dmd/lexer.c	Mon Apr 13 17:42:36 2009 +0200
+++ b/dmd/lexer.c	Wed Apr 15 20:06:25 2009 +0200
@@ -8,7 +8,9 @@
 // in artistic.txt, or the GNU General Public License in gnu.txt.
 // See the included readme.txt for details.
 
+#if IN_LLVM
 #include <cmath>
+#endif
 
 /* Lexical Analyzer */