doc/syntax.tex: Remove pointless repeats on <declarator-suffix>.
[sod] / src / lexer-impl.lisp
index 6fc6fcc..ffc8446 100644 (file)
@@ -7,7 +7,7 @@
 
 ;;;----- Licensing notice ---------------------------------------------------
 ;;;
-;;; This file is part of the Sensble Object Design, an object system for C.
+;;; This file is part of the Sensible Object Design, an object system for C.
 ;;;
 ;;; SOD is free software; you can redistribute it and/or modify
 ;;; it under the terms of the GNU General Public License as published by
@@ -39,9 +39,6 @@
 ;;;--------------------------------------------------------------------------
 ;;; 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.