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
522c74b3
Commit
522c74b3
authored
35 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
Ooops. Put a bunch of symbols in the wrong export list.
parent
3a3f871d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
code/exports.lisp
+19
-18
19 additions, 18 deletions
code/exports.lisp
with
19 additions
and
18 deletions
code/exports.lisp
+
19
−
18
View file @
522c74b3
...
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; **********************************************************************
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.
3
1990/04/0
1 23:50:00
wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.
4
1990/04/0
2 00:10:47
wlott Exp $
;;;
;;; All the stuff necessary to export various symbols from various packages.
;;;
...
...
@@ -249,20 +249,23 @@
(
use-package
"EXT"
)
(
use-package
"SYSTEM"
)
(
export
'
(
*empty-type*
*eval-stack-top*
*null-type*
*universal-type*
*wild-type*
always-subtypep
args-type
args-type-allowp
args-type-keyp
args-type-keywords
args-type-optional
args-type-p
args-type-required
args-type-rest
array-rank
array-total-size
array-type
array-type-complexp
array-type-dimensions
array-type-element-type
array-type-p
(
export
'
(
%array-fill-pointer
%array-available-elements
%array-data-vector
%array-displacement
%array-displaced-p
%array-dimension
%check-bound
*empty-type*
*eval-stack-top*
*null-type*
*universal-type*
*wild-type*
always-subtypep
args-type
args-type-allowp
args-type-keyp
args-type-keywords
args-type-optional
args-type-p
args-type-required
args-type-rest
array-rank
array-total-size
array-type
array-type-complexp
array-type-dimensions
array-type-element-type
array-type-p
array-type-specialized-element-type
ash-index
bit-index
boole-code
boolean
byte-specifier
callable
char-int
consed-sequence
csubtypep
ctype
ctype-of
ctype-p
ctypep
filename
float-digits
float-exponent
float-format-max
float-radix
form
function-type
function-type-allowp
function-type-keyp
function-type-keywords
function-type-optional
function-type-p
function-type-required
function-type-rest
function-type-returns
hairy-type
hairy-type-check-template
hairy-type-specifier
index
consed-sequence
csubtypep
ctype
ctype-of
ctype-p
ctypep
data-vector-ref
filename
float-digits
float-exponent
float-format-max
float-radix
form
function-type
function-type-allowp
function-type-keyp
function-type-keywords
function-type-optional
function-type-p
function-type-required
function-type-rest
function-type-returns
hairy-type
hairy-type-check-template
hairy-type-specifier
index
internal-time
irrational
key-info
key-info-name
key-info-p
key-info-type
lexical-environment
make-args-type
make-function-type
make-key-info
make-member-type
make-named-type
...
...
@@ -408,10 +411,8 @@
(
use-package
"KERNEL"
)
(
export
'
(
%array-fill-pointer
%array-available-elements
%array-data-vector
%array-displacement
%array-displaced-p
%array-dimension
%check-bound
*assembly-unit-length*
*primitive-objects*
array-data-slot
array-dimensions-offset
array-displaced-p-slot
(
export
'
(
*assembly-unit-length*
*primitive-objects*
array-data-slot
array-dimensions-offset
array-displaced-p-slot
array-displacement-slot
array-elements-slot
array-fill-pointer-slot
atomic-flag
base-character-type
bignum-digits-offset
bignum-type
binding-size
binding-symbol-slot
...
...
@@ -425,7 +426,7 @@
code-header-type
complex-array-type
complex-bit-vector-type
complex-imag-slot
complex-real-slot
complex-size
complex-string-type
complex-type
complex-vector-type
cons-car-slot
cons-cdr-slot
cons-size
data-vector-ref
cons-car-slot
cons-cdr-slot
cons-size
define-for-each-primitive-object
double-float-size
double-float-type
double-float-value-slot
error-trap
even-fixnum-type
exported-static-symbols
fixnum
...
...
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