diff options
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2004-02-25 00:07:33 +0000 |
---|---|---|
committer | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2004-02-25 00:07:33 +0000 |
commit | ac4780a12cd50a1e185a88a19236c705554d463b (patch) | |
tree | 610959432195e5af36c8fe48f718b9e394eacdc3 /lisp/progmodes/ebnf-otz.el | |
parent | da8f925e2d8a2a77f72ab1e34518d0756f575996 (diff) | |
download | emacs-ac4780a12cd50a1e185a88a19236c705554d463b.tar.gz |
ABNF parser. Fix bug on productions like test = {"test"}* | ("tt" ["test"]). Reported by Markus Dreyer.
Diffstat (limited to 'lisp/progmodes/ebnf-otz.el')
-rw-r--r-- | lisp/progmodes/ebnf-otz.el | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/progmodes/ebnf-otz.el b/lisp/progmodes/ebnf-otz.el index 9f2a5aa7889..aae8906c384 100644 --- a/lisp/progmodes/ebnf-otz.el +++ b/lisp/progmodes/ebnf-otz.el @@ -1,11 +1,12 @@ ;;; ebnf-otz.el --- syntactic chart OpTimiZer -;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 +;; Free Sofware Foundation, Inc. -;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> -;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> +;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> +;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> +;; Time-stamp: <2004/02/22 14:24:37 vinicius> ;; Keywords: wp, ebnf, PostScript -;; Time-stamp: <2003-02-10 10:46:51 jbarranquero> ;; Version: 1.0 ;; This file is part of GNU Emacs. |