summaryrefslogtreecommitdiff
path: root/stoc/test
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/test')
-rw-r--r--stoc/test/testloader.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/test/testloader.cxx b/stoc/test/testloader.cxx
index 1f7c5ca8fd72..b55724663066 100644
--- a/stoc/test/testloader.cxx
+++ b/stoc/test/testloader.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: testloader.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2006-12-01 17:22:48 $
+ * last change: $Author: hr $ $Date: 2007-07-31 14:00:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -57,7 +57,7 @@
#include <cppuhelper/factory.hxx>
#endif
-#if defined ( UNX ) || defined ( MAC )
+#if defined ( UNX )
#include <limits.h>
#define _MAX_PATH PATH_MAX
#endif