branch: externals/a68-mode commit 3ceece211f1c0e33248daed595c1c1bf3d87ed92 Author: Jose E. Marchesi <jose.march...@oracle.com> Commit: Jose E. Marchesi <jose.march...@oracle.com>
Remove redundant rule for assignation from grammar --- a68-mode.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/a68-mode.el b/a68-mode.el index 68b63e5870..29b0866e30 100644 --- a/a68-mode.el +++ b/a68-mode.el @@ -398,8 +398,7 @@ with the equivalent upcased form." ;; primary one : ;; slice call ; cast ; string denoter ; identifier ; ;; jump ; enclosed clause. - (unit (id ":=" exp) - ; (routine-text) + (unit ; (routine-text) (assignation) (pseudo-operator)) (assignation (tertiary ":=" unit))