[climacs-cvs] CVS update: climacs/lisp-syntax.lisp

Robert Strandh rstrandh at common-lisp.net
Wed Dec 21 06:06:55 UTC 2005


Update of /project/climacs/cvsroot/climacs
In directory common-lisp.net:/tmp/cvs-serv24141

Modified Files:
	lisp-syntax.lisp 
Log Message:
Fixed a minor bug that signaled an error when an attempt was made
to parse the array syntax. 

Date: Wed Dec 21 07:06:54 2005
Author: rstrandh

Index: climacs/lisp-syntax.lisp
diff -u climacs/lisp-syntax.lisp:1.38 climacs/lisp-syntax.lisp:1.39
--- climacs/lisp-syntax.lisp:1.38	Sat Oct 29 06:20:46 2005
+++ climacs/lisp-syntax.lisp	Wed Dec 21 07:06:54 2005
@@ -905,7 +905,7 @@
 
 ;;; reduce according to the rule form -> #A form
 (define-lisp-action (|#A form | t)
-  (reduce-until-type array-start-form array-start-lexeme))
+  (reduce-until-type array-form array-start-lexeme))
 
 ;;;;;;;;;;;;;;;; structure
 




More information about the Climacs-cvs mailing list