From 2e18b87dcf5d4029d11bc46b37d601aae4f97174 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 8 Dec 1999 12:51:26 +0000 Subject: Disallow rta.net syntax. --- filter/config.Y | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'filter/config.Y') diff --git a/filter/config.Y b/filter/config.Y index 9a76c5e..e031abd 100644 --- a/filter/config.Y +++ b/filter/config.Y @@ -269,8 +269,7 @@ any_dynamic: | RIP_TAG { $$ = f_new_inst(); $$->aux = T_INT; $$->a2.i = EA_RIP_TAG; } ; -rtadot: /* EMPTY */ - | RTA '.' { } +rtadot: /* EMPTY, we are not permitted RTA. prefix */ ; term: -- cgit v1.2.3