X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/180bfa7ca8efeb1297a0bc3f0ff55b02b4e40f9b..2ba6e0bde273dd3fd6c1288f53edf7b96f6442d1:/src/frontend.lisp?ds=sidebyside diff --git a/src/frontend.lisp b/src/frontend.lisp index 26afbfc..0336d1a 100644 --- a/src/frontend.lisp +++ b/src/frontend.lisp @@ -25,14 +25,14 @@ (cl:defpackage #:sod-frontend (:use #:common-lisp #:optparse #:sod #:sod-parser) - (:shadowing-import-from #:optparse "INT")) + (:shadowing-import-from #:optparse #:int)) (cl:in-package #:sod-frontend) ;;;-------------------------------------------------------------------------- ;;; Preparation for dumping. -(make-builtin-module) +(clear-the-decks) (exercise) ;;;--------------------------------------------------------------------------