Skip to content
Snippets Groups Projects
Commit dc9471d9 authored by colin's avatar colin
Browse files

see ChangeLog.n for Fri Oct 20 11:03:26 PDT 1995

parent 5bbbeece
No related branches found
No related tags found
No related merge requests found
*************************************************************
Fri Oct 20 11:03:26 PDT 1995 Colin Meldrum (colin@vapor)
misc/train.lisp #+ignored coverage report code because it doesn't
yet work with new excl call-counting
************************************************************* *************************************************************
Fri Oct 20 10:35:00 PDT 1995 Colin Meldrum (colin@vapor) Fri Oct 20 10:35:00 PDT 1995 Colin Meldrum (colin@vapor)
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
;; 52.227-19 or DOD FAR Supplement 252.227-7013 (c) (1) (ii), as ;; 52.227-19 or DOD FAR Supplement 252.227-7013 (c) (1) (ii), as
;; applicable. ;; applicable.
;; ;;
;; $fiHeader: train.lisp,v 1.18 1995/04/07 01:09:12 georgej Exp $ ;; $fiHeader: train.lisp,v 1.19 1995/05/17 19:48:53 colin Exp $
(defun train-clim (&key (train-times 2) (defun train-clim (&key (train-times 2)
(psview nil) (psview nil)
...@@ -87,6 +87,9 @@ ...@@ -87,6 +87,9 @@
#-svr4 (excl:shell "ps vaxg") #-svr4 (excl:shell "ps vaxg")
;; coverage reports don't yet work with new call counting scheme
;; cim 10/17/95
#+ignore
(when (fboundp 'generate-coverage-report) (when (fboundp 'generate-coverage-report)
(with-open-file (*standard-output* (if (excl::featurep :clim-motif) (with-open-file (*standard-output* (if (excl::featurep :clim-motif)
"notes/coverage-reportxm.lisp" "notes/coverage-reportxm.lisp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment