chiark
/
gitweb
/
~mdw
/
sod
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
doc/sod.sty: Hack underscores in the labels generated by `describe'.
[sod]
/
src
/
lexer-impl.lisp
diff --git
a/src/lexer-impl.lisp
b/src/lexer-impl.lisp
index 6fc6fccd09bc0be756b719dfdd4ec3e96b4106bc..ba1f7c1fffe9918f84c1e87ebcd35612f3257897 100644
(file)
--- a/
src/lexer-impl.lisp
+++ b/
src/lexer-impl.lisp
@@
-39,9
+39,6
@@
(defmethod make-scanner-stream ((scanner sod-token-scanner))
;;;--------------------------------------------------------------------------
;;; Indicators and error messages.
;;;--------------------------------------------------------------------------
;;; Indicators and error messages.
-(defvar *indicator-map* (make-hash-table)
- "Hash table mapping indicator objects to human-readable descriptions.")
-
(defun show-char (stream char &optional colonp atsignp)
"Format CHAR to STREAM in a readable way.
(defun show-char (stream char &optional colonp atsignp)
"Format CHAR to STREAM in a readable way.