X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fdtimep.lex;fp=sbr%2Fdtimep.lex;h=133a9ab18eff82de60cd5a3a52c4547696a52c83;hp=b5fac4fd15ed3034590a7e75576e0f5035788138;hb=b3628819b4ab903269cd83cc68e453b13534346c;hpb=1ec4ef34243a756d1f51718e7e15b094f4b36618 diff --git a/sbr/dtimep.lex b/sbr/dtimep.lex index b5fac4f..133a9ab 100644 --- a/sbr/dtimep.lex +++ b/sbr/dtimep.lex @@ -10,7 +10,6 @@ %{ #include #include -#include /* Since we're looking at a string at a time, don't worry about * wrapping to the next buffer. @@ -144,16 +143,10 @@ static int day_map[] = { #define SKIPTOSP() { while ( !isspace(*cp++) ) ; --cp; } #ifdef ADJUST_NUMERIC_ONLY_TZ_OFFSETS_WRT_DST -# ifdef TIME_WITH_SYS_TIME +# ifdef HAVE_SYS_TIME_H # include -# include -# else -# ifdef HAVE_SYS_TIME_H -# include -# else -# include -# endif # endif +#include static void zonehack (struct tws *tw)