[cmucl-cvs] [git] CMU Common Lisp branch master updated. snapshot-2013-01-13-g962b9c7

Raymond Toy rtoy at common-lisp.net
Wed Jan 23 04:42:11 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".

The branch, master has been updated
       via  962b9c7de2f2019ee10aff49f28c6d2063d4f401 (commit)
      from  6354120928e97ca271298bdd8e32083718b94d7e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 962b9c7de2f2019ee10aff49f28c6d2063d4f401
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Tue Jan 22 20:41:56 2013 -0800

    Fix up the file names in the file-comment.

diff --git a/src/code/alien-callback.lisp b/src/code/alien-callback.lisp
index b6e73be..d5e1395 100644
--- a/src/code/alien-callback.lisp
+++ b/src/code/alien-callback.lisp
@@ -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 $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/src/compiler/ppc/c-callback.lisp b/src/compiler/ppc/c-callback.lisp
index 2ebd6f4..928de09 100644
--- a/src/compiler/ppc/c-callback.lisp
+++ b/src/compiler/ppc/c-callback.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: src/compiler/ppc/c-call.lisp $")
+  "$Header: src/compiler/ppc/c-callback.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/src/compiler/sparc/c-callback.lisp b/src/compiler/sparc/c-callback.lisp
index ac97f9c..24bd7af 100644
--- a/src/compiler/sparc/c-callback.lisp
+++ b/src/compiler/sparc/c-callback.lisp
@@ -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")
diff --git a/src/compiler/x86/c-callback.lisp b/src/compiler/x86/c-callback.lisp
index b9e27fc..cccc874 100644
--- a/src/compiler/x86/c-callback.lisp
+++ b/src/compiler/x86/c-callback.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at 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)

-----------------------------------------------------------------------

Summary of changes:
 src/code/alien-callback.lisp       |    2 +-
 src/compiler/ppc/c-callback.lisp   |    2 +-
 src/compiler/sparc/c-callback.lisp |    2 +-
 src/compiler/x86/c-callback.lisp   |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
CMU Common Lisp




More information about the cmucl-cvs mailing list