~ubuntu-branches/ubuntu/quantal/gclcvs/quantal

« back to all changes in this revision

Viewing changes to clcs/unused/tester.lisp

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-06-24 15:13:46 UTC
  • Revision ID: james.westby@ubuntu.com-20040624151346-xh0xaaktyyp7aorc
Tags: 2.7.0-26
C_GC_OFFSET is 2 on m68k-linux

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
(in-package "conditions")
 
2
 
 
3
(defun compare-semantics (file condition)
 
4
  (let ((results))
 
5
  (load (format nil "~A.lisp" file))
 
6
  (push (with-output-to-string (s) (princ condition s)) results)
 
7
  (compile-file (format nil "~A.lisp" file))
 
8
  (load (format nil "~A.o" file))
 
9
  (push (with-output-to-string (s) (princ condition s)) results)
 
10
  (print (reverse results))
 
11
  (values)))
 
 
b'\\ No newline at end of file'