From 912a25dd3e58e3fd0db93ab77e94bf4e6766c495 Mon Sep 17 00:00:00 2001 From: dlichteblau Date: Sun, 31 Dec 2006 13:11:44 +0000 Subject: [PATCH] Based on the assumption that (and cmucl pthread) is actually code for Scieneer CL, rename dep-cmucl-dtc to dep-scl. --- closure.asd | 4 ++-- src/glisp/{dep-cmucl-dtc.lisp => dep-scl.lisp} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename src/glisp/{dep-cmucl-dtc.lisp => dep-scl.lisp} (98%) diff --git a/closure.asd b/closure.asd index 45f08f0..39ecef9 100644 --- a/closure.asd +++ b/closure.asd @@ -68,9 +68,9 @@ ((:file dependent :pathname #+CLISP "dep-clisp" - #+(AND :CMU (NOT :PTHREAD)) "dep-cmucl" + #+(AND :CMU (NOT SCL)) "dep-cmucl" #+sbcl "dep-sbcl" - #+(AND :CMU :PTHREAD) "dep-cmucl-dtc" + #+SCL "dep-scl" #+ALLEGRO "dep-acl" #+GCL "dep-gcl" #+OPENMCL "dep-openmcl" diff --git a/src/glisp/dep-cmucl-dtc.lisp b/src/glisp/dep-scl.lisp similarity index 98% rename from src/glisp/dep-cmucl-dtc.lisp rename to src/glisp/dep-scl.lisp index 6e53f20..6ec1d2e 100644 --- a/src/glisp/dep-cmucl-dtc.lisp +++ b/src/glisp/dep-scl.lisp @@ -1,6 +1,6 @@ ;;; -*- Mode: Lisp; Syntax: Common-Lisp; Package: CL-USER; -*- ;;; --------------------------------------------------------------------------- -;;; Title: CMUCL dependent stuff + fixups +;;; Title: [Originally CMUCL dependent stuff + fixups], probably for SCL ;;; Created: 1999-05-25 22:32 ;;; Author: Gilbert Baumann ;;; License: MIT style (see below) @@ -161,7 +161,7 @@ Its result type is: On Wednesday, 7/1/98 12:48:51 pm [-1] it was compiled from: target:code/run-program.lisp Created: Saturday, 6/20/98 07:13:08 pm [-1] - Comment: $Header: /home/david/closure-cvs/cvsroot/closure/src/glisp/Attic/dep-cmucl-dtc.lisp,v 1.3 2006-12-31 12:14:36 dlichteblau Exp $ + Comment: $Header: /home/david/closure-cvs/cvsroot/closure/src/glisp/dep-scl.lisp,v 1.1 2006-12-31 13:11:44 dlichteblau Exp $ ||# ;; (process-exit-code (run-program "/bin/sh" (list "-c" "ls") :wait t :input nil :output nil)) -- 2.11.4.GIT