X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fmipsstrops.lisp;h=956a7a4c217e01daa2c54d1824f109859d9af74e;hb=5dc28680e9cb2d598da02aed512aa49ea81fdade;hp=d5816881b29e95b9a23c8ead50619561e5657233;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/code/mipsstrops.lisp b/src/code/mipsstrops.lisp index d581688..956a7a4 100644 --- a/src/code/mipsstrops.lisp +++ b/src/code/mipsstrops.lisp @@ -12,9 +12,6 @@ (in-package "SB!IMPL") -(file-comment - "$Header$") - ;(defun %sp-byte-blt (src-string src-start dst-string dst-start dst-end) ; "Moves bytes from Src-String into Dst-String between Dst-Start (inclusive) ;and Dst-End (exclusive) (Dst-Start - Dst-End bytes are moved). Overlap of the