X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fdtimep.lex;h=db2b19397e26b589a37cfe98c45101c522cfd5ee;hp=42b35723e5bf6cd88377aca3f2406f32d4472813;hb=5ba9c2f13fedf1d8d6ed907ef1f505616290efaa;hpb=d254c5e2ad008f26d5fda43c3f24f0a711c7e851 diff --git a/sbr/dtimep.lex b/sbr/dtimep.lex index 42b3572..db2b193 100644 --- a/sbr/dtimep.lex +++ b/sbr/dtimep.lex @@ -158,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; @@ -222,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));