[cmucl-cvs] [git] CMU Common Lisp branch master updated. snapshot-2012-09-2-g1a44615
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 1a44615f74ceea56690f10c70bf00ccb8d5413f2 (commit) from 000a0be020acb860f0bf06580bfc2557fd803d00 (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 1a44615f74ceea56690f10c70bf00ccb8d5413f2 Author: Raymond Toy <toy.raymond@gmail.com> Date: Mon Sep 3 20:49:31 2012 -0700 Fix ticket:62: Needed an IN-PACKAGE. diff --git a/src/contrib/defsystem/defsystem.lisp b/src/contrib/defsystem/defsystem.lisp index ae23dbc..0f9be1b 100644 --- a/src/contrib/defsystem/defsystem.lisp +++ b/src/contrib/defsystem/defsystem.lisp @@ -1052,7 +1052,7 @@ (eval-when (compile load eval) (in-package "MAKE")) -#+ecl +#+(or ecl cmu) (in-package "MAKE") ;;; *** Marco Antoniotti <marcoxa@icsi.berkeley.edu> 19970105 ----------------------------------------------------------------------- Summary of changes: src/contrib/defsystem/defsystem.lisp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- CMU Common Lisp
participants (1)
-
Raymond Toy