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
9236108f
Commit
9236108f
authored
Oct 31, 2022
by
Dave Cooper
Browse files
try build again
parent
94769254
Pipeline
#7303
passed with stages
in 5 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
base/source/genworks.lisp
View file @
9236108f
...
...
@@ -483,14 +483,16 @@
(
defmethod
ccl:toplevel-function
:before
((
a
gendl:gendl-development-system
)
init-file
)
(
declare
(
ignore
init-file
))
(
gendl::initialize
:startup-banner?
t
)
(
when
#'
gdl::*restart-init-function*
(
funcall
#'
gdl::*restart-init-function*
)))
(
when
(
fboundp
'gdl::*restart-init-function*
)
(
funcall
#'
gdl::*restart-init-function*
)))
#+
ccl
(
defmethod
ccl:toplevel-function
:before
((
a
gendl:gendl-runtime-system
)
init-file
)
(
declare
(
ignore
init-file
))
(
gendl::initialize
:startup-banner?
t
)
(
when
#'
gdl::*restart-init-function*
(
funcall
#'
gdl::*restart-init-function*
)))
(
when
(
fboundp
'gdl::*restart-init-function*
)
(
funcall
#'
gdl::*restart-init-function*
)))
...
...
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