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
c5396f49
Commit
c5396f49
authored
Aug 17, 2012
by
rschlatte@1c010e3e-69d0-11dd-93a8-456734b0d56f
Browse files
restore build - ed.lisp needs make-socket to be exported
parent
c386c1b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/org/armedbear/lisp/compile-system.lisp
View file @
c5396f49
...
...
@@ -282,6 +282,7 @@
(
load
(
do-compile
"ldb.lisp"
))
(
load
(
do-compile
"destructuring-bind.lisp"
))
(
load
(
do-compile
"asdf.lisp"
))
(
load
(
do-compile
"socket.lisp"
))
;; But not for these.
(
mapc
#'
do-compile
'
(
"abcl-contrib.lisp"
"adjoin.lisp"
...
...
@@ -399,7 +400,6 @@
"sets.lisp"
"shiftf.lisp"
"signal.lisp"
"socket.lisp"
"sort.lisp"
"step.lisp"
"strings.lisp"
...
...
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