From 9f4929e749d945c727f245ed7ef30c557124c352 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 4 Mar 2000 22:30:44 +0000 Subject: Renamed EAF_INLINE to EAF_TEMP to make the name reflect the real meaning. --- filter/config.Y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter/config.Y') diff --git a/filter/config.Y b/filter/config.Y index e99d5b7..0859ead 100644 --- a/filter/config.Y +++ b/filter/config.Y @@ -419,7 +419,7 @@ cmd: } | UNSET '(' rtadot dynamic_attr ')' ';' { $$ = $4; - $$->aux = EAF_TYPE_UNDEF | EAF_INLINE; + $$->aux = EAF_TYPE_UNDEF | EAF_TEMP; $$->code = P('e','S'); $$->a1.p = NULL; } -- cgit v1.2.3