diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2004-10-23 00:02:21 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2004-10-23 00:02:21 +0000 |
commit | d205bc090a9e3f99fa2612a91748a9c1ccada21b (patch) | |
tree | 4a857be7b50b48f109d6bf35a128f5579a402904 /hostmux/hostmux-xinl.c | |
parent | 8021b93e82f3dd5ae45d15c93226358315cbc62f (diff) | |
download | hurd-d205bc090a9e3f99fa2612a91748a9c1ccada21b.tar.gz hurd-d205bc090a9e3f99fa2612a91748a9c1ccada21b.tar.bz2 hurd-d205bc090a9e3f99fa2612a91748a9c1ccada21b.zip |
hostmux/
2004-10-23 Marcus Brinkmann <marcus@gnu.org>
* hostmux-xinl.c (__OPTIMIZE__): Define to 1 instead of nothing.
usermux/
2004-10-23 Marcus Brinkmann <marcus@gnu.org>
* usermux-xinl.c (__OPTIMIZE__): Define to 1 instead of nothing.
libshouldbeinlibc/
2004-10-23 Marcus Brinkmann <marcus@gnu.org>
* ugids-xinl.c (__OPTIMIZE__): Define to 1 instead of nothing.
Diffstat (limited to 'hostmux/hostmux-xinl.c')
-rw-r--r-- | hostmux/hostmux-xinl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |