Commit 9d969be5 authored by Ondrej Filip's avatar Ondrej Filip
Browse files

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

parent 4c2abee7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -216,7 +216,7 @@ limit_spec:
     l->action = $2;
     $$ = l;
   }
 | OFF { $$ = 0; }
 | OFF { $$ = NULL; }
 ;

rtable: