X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/9e41cce7de76880e0e61905fb37100e3fade84e7..357885be46389c70dc9e7c7859f47af68aeb58ae:/src/parser/scanner-impl.lisp diff --git a/src/parser/scanner-impl.lisp b/src/parser/scanner-impl.lisp index fd50333..00c41eb 100644 --- a/src/parser/scanner-impl.lisp +++ b/src/parser/scanner-impl.lisp @@ -7,7 +7,7 @@ ;;;----- Licensing notice --------------------------------------------------- ;;; -;;; This file is part of the Sensble Object Design, an object system for C. +;;; This file is part of the Sensible Object Design, an object system for C. ;;; ;;; SOD is free software; you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License as published by @@ -98,7 +98,7 @@ ;;;-------------------------------------------------------------------------- ;;; List scanner. -(export 'list-scanner) +(export '(list-scanner list-scanner-p make-list-scanner)) (defstruct (list-scanner (:constructor make-list-scanner (list &aux (%list list)))) "Simple token scanner for lists.