]> git.marmaro.de Git - mmh/blobdiff - sbr/dtimep.lex
Fix spelling and encoding errors in manpages and an error message
[mmh] / sbr / dtimep.lex
index 42b35723e5bf6cd88377aca3f2406f32d4472813..db2b19397e26b589a37cfe98c45101c522cfd5ee 100644 (file)
@@ -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));