X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fdtimep.lex;h=db2b19397e26b589a37cfe98c45101c522cfd5ee;hp=83edbffe7d3ba82795c7c2eb8537a351eeec64ac;hb=1fb6287fc4986668e8f49d7c3bdca27d53e267af;hpb=db62cda50055368e5f4ac51df787053f70706c30 diff --git a/sbr/dtimep.lex b/sbr/dtimep.lex index 83edbff..db2b193 100644 --- a/sbr/dtimep.lex +++ b/sbr/dtimep.lex @@ -9,7 +9,8 @@ %n2500 %a5000 %{ -#include +#include +#include #include /* @@ -157,7 +158,7 @@ static int day_map[] = { static void zonehack (struct tws *tw) { - register struct tm *tm; + struct tm *tm; if (dmktime (tw) == (time_t) -1) return; @@ -221,7 +222,7 @@ nl [ \t\n()] */ YY_BUFFER_STATE lexhandle; - register unsigned char *cp; + unsigned char *cp; static struct tws tw; memset(&tw,0,sizeof(struct tws));