X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2e768e3cc0ce768373d3320eca4cdd08b8cf646a..0c9b09a8a9fca687adf2859976fba7df439ab000:/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;