X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fdtimep.lex;h=db2b19397e26b589a37cfe98c45101c522cfd5ee;hp=60a8d82c581f3e31d4d2e5721b0ecaa8051f062d;hb=1fb6287fc4986668e8f49d7c3bdca27d53e267af;hpb=fe6c01d9f21c739dc729288ea350db865c5dbf95 diff --git a/sbr/dtimep.lex b/sbr/dtimep.lex index 60a8d82..db2b193 100644 --- a/sbr/dtimep.lex +++ b/sbr/dtimep.lex @@ -9,6 +9,7 @@ %n2500 %a5000 %{ +#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));