projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fef3621
)
Delete *keyword-style*.
author
Joe Marshall
<jmarshall@alum.mit.edu>
Fri, 26 Mar 2010 16:41:53 +0000
(09:41 -0700)
committer
Joe Marshall
<jmarshall@alum.mit.edu>
Fri, 26 Mar 2010 16:41:53 +0000
(09:41 -0700)
src/runtime/keyword.scm
patch
|
blob
|
history
diff --git
a/src/runtime/keyword.scm
b/src/runtime/keyword.scm
index ccd429ba7582e5f6573a6d4bc0142fe238ccea91..02718bdfba27a1c7778953553aee4e8a9cec77f3 100644
(file)
--- a/
src/runtime/keyword.scm
+++ b/
src/runtime/keyword.scm
@@
-34,11
+34,6
@@
USA.
(define *keyword-intern-table*)
-;;; *KEYWORD-STYLE*
-;;
-;; Should be one of PREFIX, SUFFIX, or #F.
-(define *keyword-style* #f)
-
(define-structure (keyword
(constructor %make-keyword (name))
(conc-name keyword/)