/[gcl]/gcl/ansi-tests/functionp.lsp
ViewVC logotype

Diff of /gcl/ansi-tests/functionp.lsp

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

revision 1.13 by pfdietz, Tue Jul 1 13:06:30 2003 UTC revision 1.14 by pfdietz, Sat Jul 12 13:46:01 2003 UTC
# Line 46  Line 46 
46    (functionp '(lambda (x) x))    (functionp '(lambda (x) x))
47    nil)    nil)
48    
49  (eval-when #+gcl (eval compile)  (report-and-ignore-errors
50             #-gcl (:load-toplevel :compile-toplevel :execute)   (defun (setf functionp-7-accessor) (y x) (setf (car x) y) y))
   (ignore-errors  
     (defun (setf functionp-7-accessor) (y x) (setf (car x) y) y)))  
51    
52  (deftest functionp.7  (deftest functionp.7
53    (not-mv (functionp #'(setf functionp-7-accessor)))    (not-mv (functionp #'(setf functionp-7-accessor)))

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