X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/4aae7df085804dfce0e0f0c5fe82a9568fccfc1a..7bfe3a370a6a56a0f097fc1e357ca8ac798d9d4b:/src/frontend.lisp diff --git a/src/frontend.lisp b/src/frontend.lisp index 8138a5a..e7b515a 100644 --- a/src/frontend.lisp +++ b/src/frontend.lisp @@ -23,7 +23,11 @@ ;;; along with SOD; if not, write to the Free Software Foundation, ;;; Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -(cl:in-package #:sod) +(cl:defpackage #:sod-frontend + (:use #:common-lisp #:optparse #:sod #:sod-parser) + (:shadowing-import-from #:optparse "INT")) + +(cl:in-package #:sod-frontend) ;;;-------------------------------------------------------------------------- ;;; The main program.