X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2e768e3cc0ce768373d3320eca4cdd08b8cf646a..86b1fbb19b287c67f43fd280a13c81eea72583a3:/sbr/dtimep.l diff --git a/sbr/dtimep.l b/sbr/dtimep.l index bae6ac5c..f1beb5c3 100644 --- a/sbr/dtimep.l +++ b/sbr/dtimep.l @@ -168,7 +168,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;