comparison lib/argp-xinl.c @ 12421:e8d2c6fc33ad

Use spaces for indentation, not tabs.
author Bruno Haible <bruno@clisp.org>
date Thu, 10 Dec 2009 20:28:30 +0100
parents bbbbbf4cd1c5
children b5e42ef33b49
comparison
equal deleted inserted replaced
12420:5850b9a81029 12421:e8d2c6fc33ad
23 #if defined _LIBC || defined HAVE_FEATURES_H 23 #if defined _LIBC || defined HAVE_FEATURES_H
24 # include <features.h> 24 # include <features.h>
25 #endif 25 #endif
26 26
27 #ifndef __USE_EXTERN_INLINES 27 #ifndef __USE_EXTERN_INLINES
28 # define __USE_EXTERN_INLINES 1 28 # define __USE_EXTERN_INLINES 1
29 #endif 29 #endif
30 #define ARGP_EI 30 #define ARGP_EI
31 #undef __OPTIMIZE__ 31 #undef __OPTIMIZE__
32 #define __OPTIMIZE__ 1 32 #define __OPTIMIZE__ 1
33 #include "argp.h" 33 #include "argp.h"