X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Freadtokens.c;h=651b5efb651602f1976af7b4b37f21481d127ba9;hb=d7fb9eaa2ff9627928550d5408a7032c1f50e861;hp=ccd8f4b653a871a20dadb6eacbbc2fee342bdea5;hpb=5d08444ebcbd08cd195e1d9f52937a862c92efaa;p=gnulib.git diff --git a/lib/readtokens.c b/lib/readtokens.c index ccd8f4b65..651b5efb6 100644 --- a/lib/readtokens.c +++ b/lib/readtokens.c @@ -28,23 +28,23 @@ */ #ifdef HAVE_CONFIG_H -#include +# include #endif #include #ifdef STDC_HEADERS -#include +# include #endif #if defined (STDC_HEADERS) || defined(HAVE_STRING_H) -#include +# include /* An ANSI string.h and pre-ANSI memory.h might conflict. */ -#if !defined (STDC_HEADERS) && defined (HAVE_MEMORY_H) -#include -#endif /* not STDC_HEADERS and HAVE_MEMORY_H */ +# if !defined (STDC_HEADERS) && defined (HAVE_MEMORY_H) +# include +# endif /* not STDC_HEADERS and HAVE_MEMORY_H */ #else /* not STDC_HEADERS and not HAVE_STRING_H */ -#include +# include /* memory.h and strings.h conflict on some systems. */ #endif /* not STDC_HEADERS and not HAVE_STRING_H */