comparison dmd2/mars.h @ 909:52dad07846be

Port some LDC1 portability fixes to LDC2. Fixes #196.
author Christian Kamm <kamm incasoftware de>
date Thu, 29 Jan 2009 17:19:48 +0100
parents 82ad6c0c601c
children a4fcc13da3cd
comparison
equal deleted inserted replaced
908:6690a1468c17 909:52dad07846be
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 {