Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
55796a74
Commit
55796a74
authored
Jan 05, 1994
by
ram
Browse files
Added all of the ANSI CL features that seemed plausible. Any non-ANSI
compliance is now a bug, not a feature...
parent
584e61e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/misc.lisp
View file @
55796a74
...
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/misc.lisp,v 1.2
0
199
3
/0
8/18 22:10:54
ram Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/misc.lisp,v 1.2
1
199
4
/0
1/05 17:04:23
ram Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -66,7 +66,8 @@
(
info
random-documentation
stuff
name
))))))
string
)
(
defvar
*features*
'
(
:common
:cmu
:new-compiler
)
(
defvar
*features*
'
(
:common
:cmu
:new-compiler
:cltl2
:common-lisp
:ansi-cl
:draft-ansi-cl
:x3j13
:ieee-floating-point
)
"Holds a list of symbols that describe features provided by the
implementation."
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment