Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
abcl
abcl
Commits
710b6015
Commit
710b6015
authored
Aug 17, 2012
by
ehuelsmann@1c010e3e-69d0-11dd-93a8-456734b0d56f
Browse files
Remove/move exports in their respective source files.
parent
a39c260f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/org/armedbear/lisp/autoloads.lisp
View file @
710b6015
...
...
@@ -106,25 +106,6 @@
(
in-package
"SYSTEM"
)
;; #:SYSTEM in PRECOMPILER.LISP
(
export
'
(
process-optimization-declarations
inline-p
notinline-p
inline-expansion
expand-inline
note-name-defined
precompile
))
;; #:SYSTEM in SOURCE-TRANSFORM.LISP
(
export
'
(
source-transform
define-source-transform
expand-source-transform
))
(
in-package
"PRECOMPILER"
)
(
export
'
(
precompile-form
precompile
))
(
in-package
"SYSTEM"
)
;; This one must be last, or at least past print-object and clos:
;; we don't want FORMATs executed before we can load those to end us
...
...
src/org/armedbear/lisp/precompiler.lisp
View file @
710b6015
...
...
@@ -323,6 +323,10 @@
(
in-package
"PRECOMPILER"
)
(
export
'
(
precompile-form
precompile
))
;; No source-transforms and inlining in precompile-function-call
;; No macro expansion in precompile-dolist and precompile-dotimes
;; No macro expansion in precompile-do/do*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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