diff options
Diffstat (limited to 'src/interp/newaux.lisp')
-rw-r--r-- | src/interp/newaux.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interp/newaux.lisp b/src/interp/newaux.lisp index c0027b68..3d328de7 100644 --- a/src/interp/newaux.lisp +++ b/src/interp/newaux.lisp @@ -134,6 +134,7 @@ (|until| 130 190 (|PARSE-Loop|)) (|repeat| 130 190 (|PARSE-Loop|)) (|import| 120 0 (|PARSE-Import|) ) + (|inline| 120 0 (|PARSE-Inline|) ) (|unless|) (|add| 900 120) (|with| 1000 300 (|PARSE-With|)) |