diff dmd/lexer.c @ 872:aa953cc960b6

Apply BlueZeniX's patch for OpenSolaris compatibility. Fixes #158.
author Christian Kamm <kamm incasoftware de>
date Sun, 04 Jan 2009 15:49:28 +0100
parents bc982f1ad106
children b30fe7e1dbb9
line wrap: on
line diff
--- a/dmd/lexer.c	Sun Jan 04 15:39:34 2009 +0100
+++ b/dmd/lexer.c	Sun Jan 04 15:49:28 2009 +0100
@@ -8,6 +8,8 @@
 // in artistic.txt, or the GNU General Public License in gnu.txt.
 // See the included readme.txt for details.
 
+#define __C99FEATURES__ 1
+
 /* Lexical Analyzer */
 
 #include <stdio.h>