src/*.lisp: Add missing exports.
[sod] / src / parser / scanner-charbuf-impl.lisp
index 92ba83c..37bdd8c 100644 (file)
    captured places properly when he's finished.  In practice, this is usually
    done using the `peek' parser macro so there isn't a problem."))
 
-(export 'charbuf-scanner-place-p)
+(export '(charbuf-scanner-place charbuf-scanner-place-p))
 (defstruct charbuf-scanner-place
   "A captured place we can return to later.