src/*.lisp: Add missing exports.
[sod] / src / parser / scanner-proto.lisp
index a1ded51..aed4c9f 100644 (file)
   (:documentation "Return the SCANNER's current column number.")
   (:method (scanner) nil))
 
+(export 'scanner-file-location)
 (defun scanner-file-location (scanner)
   "Capture the current location of the SCANNER.