repo.or.cz
/
sbcl
/
pkhuong.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
1.0.18.17: Alter some STYLE-WARNING names introduced in 1.0.18.16.
[sbcl/pkhuong.git]
/
src
/
code
/
late-deftypes-for-target.lisp
blob
54e8441b139aacf3a71ba697afdf9c2fe9b57889
1
(
in-package
"SB!KERNEL"
)
2
3
(
sb
!
xc
:
deftype compiled-function
()
4
'(
and
function
#!+
sb-eval
(
not
sb
!
eval
:
interpreted-function
)))