Now that the system-definition packages have started exporting
variables, we'll get annoying warnings if the different `defpackage'
forms have inconsistent exports.
;;; along with SOD; if not, write to the Free Software Foundation,
;;; Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
;;; along with SOD; if not, write to the Free Software Foundation,
;;; Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-(cl:defpackage #:sod-sysdef
+(cl:defpackage #:sod-frontend-sysdef
(:use #:common-lisp #:asdf)
(:export #:*version*))
(:use #:common-lisp #:asdf)
(:export #:*version*))
-(cl:in-package #:sod-sysdef)
+(cl:in-package #:sod-frontend-sysdef)
#|@-auto-@|# (load "auto.lisp")
#|@-auto-@|# (load "auto.lisp")
;;; along with SOD; if not, write to the Free Software Foundation,
;;; Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
;;; along with SOD; if not, write to the Free Software Foundation,
;;; Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-(cl:defpackage #:sod-sysdef
+(cl:defpackage #:sod-test-sysdef
(:use #:common-lisp #:asdf)
(:export #:*version*))
(:use #:common-lisp #:asdf)
(:export #:*version*))
-(cl:in-package #:sod-sysdef)
+(cl:in-package #:sod-test-sysdef)
#|@-auto-@|# (load "auto.lisp")
#|@-auto-@|# (load "auto.lisp")