changeset 58572:03d106fe8857

(math-exp-pos, math-exp-str, math-exp-old-pos, math-exp-token) (math-exp-keep-spaces, math-expr-data): Declare them.
author Jay Belanger <jay.p.belanger@gmail.com>
date Sat, 27 Nov 2004 04:11:13 +0000
parents 4ca47d70b075
children 87c7dff39cb0
files lisp/calc/calc-vec.el
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calc/calc-vec.el	Sat Nov 27 04:10:15 2004 +0000
+++ b/lisp/calc/calc-vec.el	Sat Nov 27 04:11:13 2004 +0000
@@ -1470,6 +1470,15 @@
 ;; indirectly) by math-read-brackets.
 (defvar math-rb-close)
 
+;; The next few variables are local to math-read-exprs in calc-aent.el 
+;; and math-read-expr in calc-ext.el, but are set in functions they call.
+(defvar math-exp-pos)
+(defvar math-exp-str)
+(defvar math-exp-old-pos)
+(defvar math-exp-token)
+(defvar math-exp-keep-spaces)
+(defvar math-expr-data)
+
 (defun math-read-brackets (space-sep math-rb-close)
   (and space-sep (setq space-sep (not (math-check-for-commas))))
   (math-read-token)