Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
d202b8b8
Commit
d202b8b8
authored
26 years ago
by
dtc
Browse files
Options
Downloads
Patches
Plain Diff
Remove the remnants of the 'common type specifier.
parent
ac88faea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
code/exports.lisp
+2
-2
2 additions, 2 deletions
code/exports.lisp
code/loop.lisp
+2
-2
2 additions, 2 deletions
code/loop.lisp
code/misc.lisp
+2
-2
2 additions, 2 deletions
code/misc.lisp
code/pred.lisp
+2
-2
2 additions, 2 deletions
code/pred.lisp
code/typedefs.lisp
+2
-2
2 additions, 2 deletions
code/typedefs.lisp
with
10 additions
and
10 deletions
code/exports.lisp
+
2
−
2
View file @
d202b8b8
...
...
@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.15
1
1998/0
4/10 1
1:
4
2:
40 pw
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.15
2
1998/0
5/01 0
1:
0
2:
54 dtc
Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -573,7 +573,7 @@
"WITH-ADDED-METHODS"
"WITH-SLOTS"
"MAKE-METHOD"
"UNBOUND-SLOT"
"UNBOUND-SLOT-INSTANCE"
"CELL-ERROR-NAME"
"COMMON"
"HASH-TABLE-WEAK-P"
"HASH-TABLE-WEAK-P"
"GET-SETF-EXPANSION"
"STYLE-WARNING"
"PRINT-NOT-READABLE-OBJECT"
"DEFINE-SETF-EXPANDER"
"PRINT-NOT-READABLE"
"METHOD"
...
...
This diff is collapsed.
Click to expand it.
code/loop.lisp
+
2
−
2
View file @
d202b8b8
...
...
@@ -49,7 +49,7 @@
#+
cmu
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/loop.lisp,v 1.
6
1998/0
2
/0
3 19:15:56
dtc Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/loop.lisp,v 1.
7
1998/0
5
/0
1 01:02:55
dtc Exp $"
)
;;;; LOOP Iteration Macro
...
...
@@ -2089,7 +2089,7 @@ collected result will be returned as the value of the LOOP."
:iteration-keywords
'
((
for
(
loop-do-for
))
(
as
(
loop-do-for
))
(
repeat
(
loop-do-repeat
)))
:type-symbols
'
(
array
atom
bignum
bit
bit-vector
character
#| common |#
compiled-function
:type-symbols
'
(
array
atom
bignum
bit
bit-vector
character
compiled-function
complex
cons
double-float
fixnum
float
function
hash-table
integer
keyword
list
long-float
nil
null
number
package
pathname
random-state
...
...
This diff is collapsed.
Click to expand it.
code/misc.lisp
+
2
−
2
View file @
d202b8b8
...
...
@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/misc.lisp,v 1.2
7
199
7
/0
9
/0
4
0
6:17:1
5 dtc Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/misc.lisp,v 1.2
8
199
8
/0
5
/0
1
0
1:02:5
5 dtc Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -15,7 +15,7 @@
;;; Scott Fahlman, Dan Aronson, and Steve Handerson did stuff here, too.
;;;
(
in-package
"LISP"
)
(
export
'
(
documentation
*features*
common
variable
room
(
export
'
(
documentation
*features*
variable
room
lisp-implementation-type
lisp-implementation-version
machine-type
machine-version
machine-instance
software-type
software-version
short-site-name
long-site-name
dribble
compiler-macro
))
...
...
This diff is collapsed.
Click to expand it.
code/pred.lisp
+
2
−
2
View file @
d202b8b8
...
...
@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pred.lisp,v 1.4
7
1998/0
4
/0
6
0
2:44:33
dtc Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pred.lisp,v 1.4
8
1998/0
5
/0
1
0
1:02:56
dtc Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -29,7 +29,7 @@
functionp
compiled-function-p
eq
eql
equal
equalp
not
type-of
upgraded-array-element-type
realp
;; Names of types...
array
atom
bignum
bit
bit-vector
character
common
array
atom
bignum
bit
bit-vector
character
compiled-function
complex
cons
double-float
fixnum
float
function
integer
keyword
list
long-float
nil
null
number
ratio
rational
real
sequence
short-float
signed-byte
...
...
This diff is collapsed.
Click to expand it.
code/typedefs.lisp
+
2
−
2
View file @
d202b8b8
...
...
@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/typedefs.lisp,v 1.1
0
199
4/10/31 04:11:27 ram
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/typedefs.lisp,v 1.1
1
199
8/05/01 01:02:56 dtc
Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -22,7 +22,7 @@
;;; These are the Common Lisp defined type specifier symbols. These are the
;;; things which can be used as declarations without requiring the use of TYPE.
(
defconstant
type-specifier-symbols
'
(
array
atom
bignum
bit
bit-vector
character
common
compiled-function
'
(
array
atom
bignum
bit
bit-vector
character
compiled-function
complex
cons
double-float
extended-char
fixnum
float
function
hash-table
integer
keyword
list
long-float
nil
null
number
package
pathname
random-state
ratio
rational
real
readtable
sequence
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment