Author: ehuelsmann Date: Tue Jan 15 17:24:58 2008 New Revision: 6
Modified: trunk/parser.lisp Log: Add missing paren.
Modified: trunk/parser.lisp ============================================================================== --- trunk/parser.lisp (original) +++ trunk/parser.lisp Tue Jan 15 17:24:58 2008 @@ -187,7 +187,7 @@ This function maps from the python 'readfp()' function." (let ((*file-name* stream-name)) (reading-driver config stream) - config ) + config))
(defun %format-value (value) (if (and (numberp value)