X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/47de28aec9d1e817e6fa3fbf074372756b889a24:/src/debug.lisp..a9cffac12f45d917ae632f4037991d7ba66091fb:/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 af5f104..dd8834f 100644 --- a/src/debug.lisp +++ b/src/final.lisp @@ -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")