comparison 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
comparison
equal deleted inserted replaced
871:e70a0e7e2260 872:aa953cc960b6
5 // written by Walter Bright 5 // written by Walter Bright
6 // http://www.digitalmars.com 6 // http://www.digitalmars.com
7 // License for redistribution is by either the Artistic License 7 // License for redistribution is by either the Artistic License
8 // in artistic.txt, or the GNU General Public License in gnu.txt. 8 // in artistic.txt, or the GNU General Public License in gnu.txt.
9 // See the included readme.txt for details. 9 // See the included readme.txt for details.
10
11 #define __C99FEATURES__ 1
10 12
11 /* Lexical Analyzer */ 13 /* Lexical Analyzer */
12 14
13 #include <stdio.h> 15 #include <stdio.h>
14 #include <string.h> 16 #include <string.h>