summaryrefslogtreecommitdiff
path: root/str.lisp
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2023-02-20 08:37:05 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2023-02-20 08:37:05 -0300
commitcf7dc2892c1f3a474b7c49f35cbab08bfa08ef71 (patch)
tree9dfb32e87a531027210032639099f82543930694 /str.lisp
parenta8b56704b52488f2865387d8cded8e5f13cdf919 (diff)
downloadutils-cf7dc2892c1f3a474b7c49f35cbab08bfa08ef71.tar.gz
utils-cf7dc2892c1f3a474b7c49f35cbab08bfa08ef71.zip
Add with-package to utils
Diffstat (limited to 'str.lisp')
-rw-r--r--str.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/str.lisp b/str.lisp
index a8b2a7f..5116be4 100644
--- a/str.lisp
+++ b/str.lisp
@@ -1,6 +1,6 @@
(in-package #:str)
-(declaim (optimize (speed 3) (safety 0)))
+(declaim (optimize (speed 3) (safety 1)))
(declaim (ftype (function ((or pathname string)) (values string &optional)) read-file))
(defun read-file (path)