diff options
| author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2026-03-23 07:49:34 -0300 |
|---|---|---|
| committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2026-03-23 07:49:34 -0300 |
| commit | 3df2ac55e233574a08b938f29f846069f3776e42 (patch) | |
| tree | b0ca97029205c6a832948bc377b55f061f25044c /cursor.lisp | |
| parent | d08d5b232d74f3a75a833b231c4ef5e80870c993 (diff) | |
| download | monparser-3df2ac55e233574a08b938f29f846069f3776e42.tar.gz monparser-3df2ac55e233574a08b938f29f846069f3776e42.zip | |
A couple fixes and expose new
Diffstat (limited to 'cursor.lisp')
| -rw-r--r-- | cursor.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cursor.lisp b/cursor.lisp index a4cc100..60c3279 100644 --- a/cursor.lisp +++ b/cursor.lisp @@ -13,7 +13,7 @@ (defun cursor-at-start? (cursor) (= (cursor-start cursor) (cursor-end cursor))) -(declaim (ftype (function (cursor) standard-char) cursor-peek)) +(declaim (ftype (function (cursor) character) cursor-peek)) (defun cursor-peek (cursor) (char (cursor-data cursor) (cursor-end cursor))) |
