aboutsummaryrefslogtreecommitdiff
path: root/src/util.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-20 15:24:33 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-20 15:24:33 -0700
commit6b3d798be11b798b5263cf0921ddf33c1bf7c394 (patch)
tree2f4201983c2dda95301fc0ddb82e3c9d14fee4ab /src/util.lisp
parent89bd97ca541f39aa7282b5460f23f670e7e87bb4 (diff)
downloadconsfigurator-6b3d798be11b798b5263cf0921ddf33c1bf7c394.tar.gz
split up core.lisp and get rid of .util/.core package distinction
Main benefit is I can recompile individual DEFPACKAGE forms in package.lisp without having to recompile that whole file. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/util.lisp')
-rw-r--r--src/util.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.lisp b/src/util.lisp
index caa551e..a2d4cde 100644
--- a/src/util.lisp
+++ b/src/util.lisp
@@ -15,7 +15,7 @@
;;; You should have received a copy of the GNU General Public License
;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
-(in-package :consfigurator.util)
+(in-package :consfigurator)
(defun noop (&rest args)
"Accept any arguments and do nothing."