src/final.lisp: Rename from `debug.lisp'.
[sod] / src / final.lisp
similarity index 92%
rename from src/debug.lisp
rename to src/final.lisp
index af5f104..dd8834f 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-lisp-*-
 ;;;
-;;; Debugging utilities for Sod
+;;; Finishing touches for Sod
 ;;;
 ;;; (c) 2015 Straylight/Edgeware
 ;;;
@@ -25,6 +25,9 @@
 
 (cl:in-package #:sod)
 
+;;;--------------------------------------------------------------------------
+;;; Debugging utilities.
+
 (export '*debugout-pathname*)
 (defvar *debugout-pathname* #p"debugout.c")