summaryrefslogtreecommitdiff
path: root/hostmux
diff options
context:
space:
mode:
Diffstat (limited to 'hostmux')
-rw-r--r--hostmux/ChangeLog4
-rw-r--r--hostmux/hostmux-xinl.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/hostmux/ChangeLog b/hostmux/ChangeLog
index db9a918c..239c8f88 100644
--- a/hostmux/ChangeLog
+++ b/hostmux/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-23 Marcus Brinkmann <marcus@gnu.org>
+
+ * hostmux-xinl.c (__OPTIMIZE__): Define to 1 instead of nothing.
+
2002-06-02 Marcus Brinkmann <marcus@gnu.org>
* mux.c (netfs_get_dirents): Initialize COUNT with 2, to take into
diff --git a/hostmux/hostmux-xinl.c b/hostmux/hostmux-xinl.c
index 2f79f96b..e8ab1493 100644
--- a/hostmux/hostmux-xinl.c
+++ b/hostmux/hostmux-xinl.c
@@ -20,5 +20,5 @@
#define HOSTMUX_EI
#undef __OPTIMIZE__
-#define __OPTIMIZE__
+#define __OPTIMIZE__ 1
#include "hostmux.h"