I still believe that 0 == NULL, however this patch will make Santiago happy. :-)

This commit is contained in:
Ondrej Filip 2013-02-14 23:35:51 +01:00
parent 4c2abee74e
commit 9d969be5f2

View file

@ -216,7 +216,7 @@ limit_spec:
l->action = $2;
$$ = l;
}
| OFF { $$ = 0; }
| OFF { $$ = NULL; }
;
rtable: