Mercurial > hg > octave-kai > gnulib-hg
comparison lib/strftime.c @ 12257:37417e58ec13
strftime.c: include ignore-value.h only when FPRINTFTIME is defined
* lib/strftime.c: Correct placement of #include "ignore-value.h".
author | James Youngman <jay@gnu.org> |
---|---|
date | Mon, 09 Nov 2009 11:41:29 +0100 |
parents | 5b7b0b8645f1 |
children | e8d2c6fc33ad |
comparison
equal
deleted
inserted
replaced
12256:f704a98798c2 | 12257:37417e58ec13 |
---|---|
25 # define HAVE_TZSET 1 | 25 # define HAVE_TZSET 1 |
26 # include "../locale/localeinfo.h" | 26 # include "../locale/localeinfo.h" |
27 #else | 27 #else |
28 # include <config.h> | 28 # include <config.h> |
29 # if FPRINTFTIME | 29 # if FPRINTFTIME |
30 # include "ignore-value.h" | |
30 # include "fprintftime.h" | 31 # include "fprintftime.h" |
31 # else | 32 # else |
32 # include "strftime.h" | 33 # include "strftime.h" |
33 # endif | 34 # endif |
34 # include "ignore-value.h" | |
35 #endif | 35 #endif |
36 | 36 |
37 #include <ctype.h> | 37 #include <ctype.h> |
38 #include <time.h> | 38 #include <time.h> |
39 | 39 |