chiark / gitweb /
src/*.lisp: Add missing exports.
[sod] / src / parser / scanner-proto.lisp
index a1ded517292d65a1bafb94f7c433c7e7463edcd6..aed4c9f3bd0216ce90dba3c07a36d6f7b8707a92 100644 (file)
@@ -157,6 +157,7 @@ (defgeneric scanner-column (scanner)
   (: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.