]> git.mxchange.org Git - flightgear.git/commitdiff
make that __MWERKS__ :-}
authormfranz <mfranz>
Thu, 11 Oct 2007 09:28:05 +0000 (09:28 +0000)
committermfranz <mfranz>
Thu, 11 Oct 2007 09:28:05 +0000 (09:28 +0000)
src/Navaids/navdb.cxx

index e6e6b8980410f7e98ee3f5992f40934c72ede2ee..f7a2761f3dc67ee64db562624c91c7990db9d086 100644 (file)
@@ -74,7 +74,7 @@ bool fgNavDBInit( FGAirportList *airports,
     in >> skipeol;
 
 
-#ifdef __MWERKS_
+#ifdef __MWERKS__
 
  FIXME -- Please report to the FlightGear mailing list, if you still use a
           compiler identifying itself as __MWERKS__ that needs this hack.