From 8e02729e7a796c5e341ed50fcad14cf8000637b5 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 25 Jan 2017 20:59:57 -0800 Subject: Use @(include) for Lisp files to squash unbound warnings. --- main.txr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.txr b/main.txr index 524efc4..c1c297c 100755 --- a/main.txr +++ b/main.txr @@ -1,14 +1,14 @@ #!/usr/local/bin/txr @(bind http-input @(get-lines *stdin*)) @(next :args) +@(include "util") +@(include "random") @(load "config") @(load "logging") @(load "headers") @(load "auth") @(load "session") @(load "lockdir") -@(load "random") -@(load "util") @(load "aliases") @(load "login-form") @(load "error-form") -- cgit v1.2.3