/[emacs]/emacs/lisp/progmodes/ebnf2ps.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/ebnf2ps.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by viniciusjl, Fri Aug 8 02:32:06 2003 UTC revision 1.14 by viniciusjl, Sat Aug 9 02:17:12 2003 UTC
# Line 5  Line 5 
5  ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>  ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
6  ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>  ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
7  ;; Keywords: wp, ebnf, PostScript  ;; Keywords: wp, ebnf, PostScript
8  ;; Time-stamp: <2003/08/07 23:23:14 vinicius>  ;; Time-stamp: <2003/08/08 23:09:36 vinicius>
9  ;; Version: 3.6.1  ;; Version: 3.6.1
10  ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/  ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
11    
# Line 3594  end Line 3594  end
3594             (format ebnf-message-float value)))             (format ebnf-message-float value)))
3595    
3596    
3597    (defvar ebnf-total 0)
3598    (defvar ebnf-nprod 0)
3599    
3600    
3601  (defsubst ebnf-message-info (messag)  (defsubst ebnf-message-info (messag)
3602    (message "%s...%3d%%"    (message "%s...%3d%%"
3603             messag             messag
# Line 3814  end Line 3818  end
3818    
3819  (defvar ebnf-tree      nil)  (defvar ebnf-tree      nil)
3820  (defvar ebnf-direction "R")  (defvar ebnf-direction "R")
 (defvar ebnf-total     0)  
 (defvar ebnf-nprod     0)  
3821    
3822    
3823  (defun ebnf-generate-postscript (from to)  (defun ebnf-generate-postscript (from to)

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26