I still believe that 0 == NULL, however this patch will make Santiago happy. :-)
This commit is contained in:
parent
4c2abee74e
commit
9d969be5f2
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ limit_spec:
|
||||||
l->action = $2;
|
l->action = $2;
|
||||||
$$ = l;
|
$$ = l;
|
||||||
}
|
}
|
||||||
| OFF { $$ = 0; }
|
| OFF { $$ = NULL; }
|
||||||
;
|
;
|
||||||
|
|
||||||
rtable:
|
rtable:
|
||||||
|
|
Loading…
Reference in a new issue