diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-01-25 20:59:57 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-01-25 20:59:57 -0800 |
commit | 8e02729e7a796c5e341ed50fcad14cf8000637b5 (patch) | |
tree | 4ba36bafd47bdef61f79bdb727e3ceea8624a66f /main.txr | |
parent | ff38c7dd7198fde4a24ec02b1a34a198f59b985e (diff) | |
download | tamarind-8e02729e7a796c5e341ed50fcad14cf8000637b5.tar.gz tamarind-8e02729e7a796c5e341ed50fcad14cf8000637b5.tar.bz2 tamarind-8e02729e7a796c5e341ed50fcad14cf8000637b5.zip |
Use @(include) for Lisp files to squash unbound warnings.
Diffstat (limited to 'main.txr')
-rwxr-xr-x | main.txr | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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") |