summaryrefslogtreecommitdiff
blob: 37e9c1d58c4b3dd104cf7001ebfcf3fe9b69701e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
01 Nov 2004 jcouzens

This patch fixes the stupid bug in argp-fs-xinl.c
--- lib/argp-fs-xinl.c.orig 2004-10-29 13:45:06.806318952 +0100
+++ lib/argp-fs-xinl.c      2004-10-29 13:45:26.385342488 +0100
@@ -22,8 +22,9 @@
 #endif

 #define ARGP_FS_EI
-#undef __OPTIMIZE__
-#define __OPTIMIZE__
+#ifndef __OPTIMIZE__
+#define __OPTIMIZE__ 1
+#endif
 #include "argp-fmtstream.h"

 #if 0