0.6.12.46:
[sbcl.git] / src / compiler / x86 / vm.lisp
index 6c3cec9..c9eeb6d 100644 (file)
 ;;; the symbol table (for example, prepending an underscore).
 (defun extern-alien-name (name)
   (declare (type simple-string name))
+  ;; On the X86 we don't do anything.
   name)