chiark
/
gitweb
/
~mdw
/
sod
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
src/final.lisp: Rename from `debug.lisp'.
[sod]
/
src
/
final.lisp
diff --git
a/src/debug.lisp
b/src/final.lisp
similarity index 92%
rename from
src/debug.lisp
rename to
src/final.lisp
index af5f104653e0da1328039812f3020be874f54b05..dd8834ff77b06f99689f91cc7e294c99ca47aafd 100644
(file)
--- a/
src/debug.lisp
+++ b/
src/final.lisp
@@
-1,6
+1,6
@@
;;; -*-lisp-*-
;;;
;;; -*-lisp-*-
;;;
-;;;
Debugging utiliti
es for Sod
+;;;
Finishing touch
es for Sod
;;;
;;; (c) 2015 Straylight/Edgeware
;;;
;;;
;;; (c) 2015 Straylight/Edgeware
;;;
@@
-25,6
+25,9
@@
(cl:in-package #:sod)
(cl:in-package #:sod)
+;;;--------------------------------------------------------------------------
+;;; Debugging utilities.
+
(export '*debugout-pathname*)
(defvar *debugout-pathname* #p"debugout.c")
(export '*debugout-pathname*)
(defvar *debugout-pathname* #p"debugout.c")