comparison dmd/mars.h @ 637:29dc68c949b0

Applied the FreeBSD patch from Ralith, closes ticket #95 , slightly changed but basically the same. Thanx Ralith :)
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Thu, 02 Oct 2008 03:25:46 +0200
parents 7824c21a58e3
children 5709381df7e8
comparison
equal deleted inserted replaced
636:9fb1f559d9e9 637:29dc68c949b0
50 enum OS 50 enum OS
51 { 51 {
52 OSinvalid, 52 OSinvalid,
53 OSLinux, 53 OSLinux,
54 OSWindows, 54 OSWindows,
55 OSMacOSX 55 OSMacOSX,
56 OSFreeBSD
56 }; 57 };
57 58
58 // Put command line switches in here 59 // Put command line switches in here
59 struct Param 60 struct Param
60 { 61 {