Code

* fixed madvise/fadvise detection
[rrdtool.git] / src / parsetime.c
index a2b76eda6a7d67c2e9c5ad133e47bcca9717f47e..4c0f089bac9bfdc9e21ac88a1780c1a7d03f67d9 100644 (file)
@@ -232,7 +232,7 @@ static const struct SpecialToken TimeMultipliers[] = {
  * required for us to be able distinguish between 'mon' as 'month'
  * and 'mon' as 'monday'
  */
-static struct SpecialToken *Specials;
+static const struct SpecialToken *Specials;
 
 static const char **scp;    /* scanner - pointer at arglist */
 static char scc;        /* scanner - count of remaining arguments */