comparison dmd/mars.h @ 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 82ad6c0c601c
children 27a379f288bf
comparison
equal deleted inserted replaced
871:e70a0e7e2260 872:aa953cc960b6
59 { 59 {
60 OSinvalid, 60 OSinvalid,
61 OSLinux, 61 OSLinux,
62 OSWindows, 62 OSWindows,
63 OSMacOSX, 63 OSMacOSX,
64 OSFreeBSD 64 OSFreeBSD,
65 OSSolaris,
65 }; 66 };
66 67
67 // Put command line switches in here 68 // Put command line switches in here
68 struct Param 69 struct Param
69 { 70 {