summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp
index e3882c6..acdefef 100644
--- a/package.lisp
+++ b/package.lisp
@@ -19,8 +19,10 @@
#:optional
#:many
#:repeat
- #:whitespace
+ #:whitespace?
#:end-of-input
#:literal
#:within
#:interlinked))
+
+(declaim (optimize (speed 3)))