emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/ebnf-yac.el


From: Werner LEMBERG
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ebnf-yac.el
Date: Fri, 25 Mar 2005 03:47:06 -0500

Index: emacs/lisp/progmodes/ebnf-yac.el
diff -c emacs/lisp/progmodes/ebnf-yac.el:1.12 
emacs/lisp/progmodes/ebnf-yac.el:1.13
*** emacs/lisp/progmodes/ebnf-yac.el:1.12       Mon Apr  5 01:53:52 2004
--- emacs/lisp/progmodes/ebnf-yac.el    Fri Mar 25 08:47:00 2005
***************
*** 1,6 ****
  ;;; ebnf-yac.el --- parser for Yacc/Bison
  
! ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
  ;; Free Sofware Foundation, Inc.
  
  ;; Author: Vinicius Jose Latorre <address@hidden>
--- 1,6 ----
  ;;; ebnf-yac.el --- parser for Yacc/Bison
  
! ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
  ;; Free Sofware Foundation, Inc.
  
  ;; Author: Vinicius Jose Latorre <address@hidden>
***************
*** 346,352 ****
        'end-of-input)
         ;; error
         ((eq token 'error)
!       (error "Illegal character"))
         ;; "string"
         ((eq token 'string)
        (setq ebnf-yac-lex (ebnf-get-string))
--- 346,352 ----
        'end-of-input)
         ;; error
         ((eq token 'error)
!       (error "Invalid character"))
         ;; "string"
         ((eq token 'string)
        (setq ebnf-yac-lex (ebnf-get-string))
***************
*** 425,431 ****
         ((= (following-char) ?\')
        (ebnf-string " -&(-~" ?\' "character"))
         (t
!       (error "Illegal character"))
         )))
    (ebnf-yac-skip-spaces))
  
--- 425,431 ----
         ((= (following-char) ?\')
        (ebnf-string " -&(-~" ?\' "character"))
         (t
!       (error "Invalid character"))
         )))
    (ebnf-yac-skip-spaces))
  
***************
*** 476,482 ****
               (forward-char)
               (setq not-end nil)))
            (t
!            (error "Illegal character"))
            ))))
  
  
--- 476,482 ----
               (forward-char)
               (setq not-end nil)))
            (t
!            (error "Invalid character"))
            ))))
  
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]