summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--transex3/source/localize.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/transex3/source/localize.cxx b/transex3/source/localize.cxx
index 9c6f547f65a0..298e43b7e7b4 100644
--- a/transex3/source/localize.cxx
+++ b/transex3/source/localize.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: localize.cxx,v $
*
- * $Revision: 1.44 $
+ * $Revision: 1.45 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 08:19:07 $
+ * last change: $Author: hr $ $Date: 2007-06-27 17:54:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -851,7 +851,7 @@ BOOL CheckLanguages( ByteString &rLanguages )
}
/*****************************************************************************/
-#if defined( UNX ) || defined( MAC )
+#if defined( UNX )
int main( int argc, char *argv[] )
#else
int _cdecl main( int argc, char *argv[] )