comparison dmd/mars.h @ 876:27a379f288bf

Merged DMD 1.039
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Wed, 07 Jan 2009 19:34:48 +0100
parents aa953cc960b6
children a4fcc13da3cd
comparison
equal deleted inserted replaced
875:330f999ade44 876:27a379f288bf
196 Global(); 196 Global();
197 }; 197 };
198 198
199 extern Global global; 199 extern Global global;
200 200
201 /* Set if Windows Structured Exception Handling C extensions are supported.
202 * Apparently, VC has dropped support for these?
203 */
204 #define WINDOWS_SEH (_WIN32 && __DMC__)
205
206
201 #if __GNUC__ 207 #if __GNUC__
202 //#define memicmp strncasecmp 208 //#define memicmp strncasecmp
203 //#define stricmp strcasecmp 209 //#define stricmp strcasecmp
204 #endif 210 #endif
205 211