chiark / gitweb /
doc/sod.sty: Hack underscores in the labels generated by `describe'.
[sod] / src / lexer-impl.lisp
index 6fc6fccd09bc0be756b719dfdd4ec3e96b4106bc..ba1f7c1fffe9918f84c1e87ebcd35612f3257897 100644 (file)
@@ -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.