summaryrefslogtreecommitdiff
path: root/usermux
diff options
context:
space:
mode:
Diffstat (limited to 'usermux')
-rw-r--r--usermux/ChangeLog4
-rw-r--r--usermux/usermux-xinl.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/usermux/ChangeLog b/usermux/ChangeLog
index ddccefb8..28feeced 100644
--- a/usermux/ChangeLog
+++ b/usermux/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-23 Marcus Brinkmann <marcus@gnu.org>
+
+ * usermux-xinl.c (__OPTIMIZE__): Define to 1 instead of nothing.
+
2002-05-13 Roland McGrath <roland@frob.com>
* mux.c (netfs_attempt_chmod): Handle MODE arg with no S_IFMT bits set.
diff --git a/usermux/usermux-xinl.c b/usermux/usermux-xinl.c
index a68b6646..fd7661c2 100644
--- a/usermux/usermux-xinl.c
+++ b/usermux/usermux-xinl.c
@@ -20,5 +20,5 @@
#define USERMUX_EI
#undef __OPTIMIZE__
-#define __OPTIMIZE__
+#define __OPTIMIZE__ 1
#include "usermux.h"