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
gendl
gendl
Commits
25805e15
Commit
25805e15
authored
Aug 31, 2015
by
Dave Cooper
Browse files
updated package and nickname for com.genworks.lisp/glisp
parent
904d4d24
Changes
1
Hide whitespace changes
Inline
Side-by-side
base/source/package.lisp
View file @
25805e15
...
...
@@ -295,11 +295,11 @@ If you are interested in this effort we would love to hear from you at open-sour
#-
(
or
allegro
lispworks
sbcl
ccl
abcl
ecl
clisp
)
(
error
"Need package for mop:validate-superclass for currently running lisp.~%"
)
(
defpackage
:
g
lisp
(
defpackage
:
com.genworks.
lisp
(
:documentation
#.
(
gendl-boot:system-description
:glisp
))
(
:use
:common-lisp
)
(
:shadow
#:intern
)
(
:nicknames
:
com.genworks.
lisp
)
(
:nicknames
:
g
lisp
)
(
:import-from
#+
(
or
allegro
abcl
)
:mop
#+
lispworks
:hcl
#+
sbcl
:sb-mop
#+
ccl
:ccl
#+
(
or
ecl
clisp
)
:clos
#:validate-superclass
)
(
:export
...
...
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