X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86%2Fvm.lisp;h=97d10f78804e9415b9f74f59bbb011d0516c3bfb;hb=20b2378572cf7378f3f267e2234c4234dacfbdc9;hp=bc7c86dc15b63e1bc8a76a02fc5d07c699d688d7;hpb=6a8d1ee9b9cc9c72256a7dd6b88042d8e1fc439a;p=sbcl.git diff --git a/src/compiler/x86/vm.lisp b/src/compiler/x86/vm.lisp index bc7c86d..97d10f7 100644 --- a/src/compiler/x86/vm.lisp +++ b/src/compiler/x86/vm.lisp @@ -450,7 +450,7 @@ ;;; The loader uses this to convert alien names to the form they need in ;;; the symbol table (for example, prepending an underscore). (defun extern-alien-name (name) - (declare (type simple-string name)) + (declare (type simple-base-string name)) ;; OpenBSD is non-ELF, and needs a _ prefix #!+openbsd (concatenate 'string "_" name) ;; The other (ELF) ports currently don't need any prefix