chiark
/
gitweb
/
~mdw
/
sod
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
src/*.lisp: Add missing exports.
[sod]
/
src
/
parser
/
scanner-proto.lisp
diff --git
a/src/parser/scanner-proto.lisp
b/src/parser/scanner-proto.lisp
index a1ded517292d65a1bafb94f7c433c7e7463edcd6..aed4c9f3bd0216ce90dba3c07a36d6f7b8707a92 100644
(file)
--- a/
src/parser/scanner-proto.lisp
+++ b/
src/parser/scanner-proto.lisp
@@
-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.