Fix up the file names in the file-comment.
authorRaymond Toy <toy.raymond@gmail.com>
Wed, 23 Jan 2013 04:41:56 +0000 (20:41 -0800)
committerRaymond Toy <toy.raymond@gmail.com>
Wed, 23 Jan 2013 04:41:56 +0000 (20:41 -0800)
src/code/alien-callback.lisp
src/compiler/ppc/c-callback.lisp
src/compiler/sparc/c-callback.lisp
src/compiler/x86/c-callback.lisp

index b6e73be..d5e1395 100644 (file)
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: src/code/alieneval.lisp $")
+  "$Header: src/code/alien-callback.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
index 2ebd6f4..928de09 100644 (file)
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: src/compiler/ppc/c-call.lisp $")
+  "$Header: src/compiler/ppc/c-callback.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
index ac97f9c..24bd7af 100644 (file)
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: src/compiler/sparc/c-call.lisp $")
+  "$Header: src/compiler/sparc/c-callback.lisp $")
 
 (in-package "SPARC")
 (intl:textdomain "cmucl-sparc-vm")
index b9e27fc..cccc874 100644 (file)
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: src/compiler/x86/c-call.lisp $")
+ "$Header: src/compiler/x86/c-callback.lisp $")
 
 (in-package :x86)
 (use-package :alien)