Cosmetic: missing "static"
authorshort <>
Mon, 17 Jun 2002 18:10:18 +0000 (18:10 +0000)
committershort <>
Mon, 17 Jun 2002 18:10:18 +0000 (18:10 +0000)
timeplan.c

index ebf202d..924f0d8 100644 (file)
@@ -232,7 +232,7 @@ struct textlist {
        int line;
        char text[1];
        };
-struct textlist *conditions,**conditionstail=&conditions;
+static struct textlist *conditions,**conditionstail=&conditions;
 
 static int iscondition(const char *text)
 {