summaryrefslogtreecommitdiff
path: root/tools/bootstrp/addexes
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:22:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:22:52 +0000
commitb54952cf75eafee147f8ecb888ccb5b3c71d4a9d (patch)
treeb5a1860b6aa9df954fbcd9114ad49876fa9a33f0 /tools/bootstrp/addexes
parent74cfe63ae1bc672968b5325d1718b173f37507b2 (diff)
INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED
2005/10/13 13:24:21 sb 1.4.8.1: #i53898# Removed code for obsolete platforms.
Diffstat (limited to 'tools/bootstrp/addexes')
-rw-r--r--tools/bootstrp/addexes/replace.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/bootstrp/addexes/replace.cxx b/tools/bootstrp/addexes/replace.cxx
index 428f63d3f8ff..71bd477cdb67 100644
--- a/tools/bootstrp/addexes/replace.cxx
+++ b/tools/bootstrp/addexes/replace.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: replace.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 13:34:15 $
+ * last change: $Author: hr $ $Date: 2006-06-19 13:22:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -38,7 +38,7 @@
/****************************************************************************/
-#if defined( UNX ) || defined( MAC )
+#if defined UNX
int main( int argc, char *argv[] )
#else
int _cdecl main( int argc, char *argv[] )