From: Ondrej Filip Date: Thu, 14 Feb 2013 22:35:51 +0000 (+0100) Subject: I still believe that 0 == NULL, however this patch will make Santiago happy. :-) X-Git-Tag: v1.3.10~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d969be5f2d867704e82bd7d6c8049623d50708f;p=thirdparty%2Fbird.git I still believe that 0 == NULL, however this patch will make Santiago happy. :-) --- diff --git a/nest/config.Y b/nest/config.Y index 75728e0d1..07e1af313 100644 --- a/nest/config.Y +++ b/nest/config.Y @@ -216,7 +216,7 @@ limit_spec: l->action = $2; $$ = l; } - | OFF { $$ = 0; } + | OFF { $$ = NULL; } ; rtable: