[Libreoffice-commits] .: soltools/mkdepend
François Tigeot
ftigeot at kemper.freedesktop.org
Mon Feb 21 09:51:06 PST 2011
soltools/mkdepend/imakemdep.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2be829651458fe5443f1c22f915b88d562a00131
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date: Mon Feb 21 17:08:54 2011 +0100
Remove 386BSD support.
diff --git a/soltools/mkdepend/imakemdep.h b/soltools/mkdepend/imakemdep.h
index 18ab7a7..e0d7438 100644
--- a/soltools/mkdepend/imakemdep.h
+++ b/soltools/mkdepend/imakemdep.h
@@ -274,7 +274,7 @@ char *cpp_argv[ARGUMENTS] = {
#ifdef unix
"-Uunix", /* remove unix symbol so that filename unix.c okay */
#endif
-#if defined(__386BSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || \
+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || \
defined(MACH) || defined(DRAGONFLY)
/* FIXME: strange list of obsolete systems */
# ifdef __i386__
More information about the Libreoffice-commits
mailing list