From 4022edc5ba91cfedec45f8a39ff8f41d20f3f34e Mon Sep 17 00:00:00 2001
From: mfranz <mfranz>
Date: Thu, 11 Oct 2007 09:28:05 +0000
Subject: [PATCH] make that __MWERKS__  :-}

---
 src/Navaids/navdb.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Navaids/navdb.cxx b/src/Navaids/navdb.cxx
index e6e6b8980..f7a2761f3 100644
--- a/src/Navaids/navdb.cxx
+++ b/src/Navaids/navdb.cxx
@@ -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.