From 2fee5f3b57ab89c92c9d2a627a8e5bc2095e6f44 Mon Sep 17 00:00:00 2001 From: Juho Snellman Date: Sat, 15 Oct 2005 13:32:32 +0000 Subject: [PATCH] 0.9.5.65: Oops, slam.sh considered harmful. Move definition of *VALUES-TYPE-OKAY* to early-alieneval.lisp. --- src/code/early-alieneval.lisp | 9 +++++++++ src/code/host-alieneval.lisp | 9 --------- version.lisp-expr | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/code/early-alieneval.lisp b/src/code/early-alieneval.lisp index 67478a5..5da7b50 100644 --- a/src/code/early-alieneval.lisp +++ b/src/code/early-alieneval.lisp @@ -17,3 +17,12 @@ ;;; used to keep from outputting the slots again if the same structure ;;; shows up twice. (defvar *record-types-already-unparsed*) + +;;; not documented in CMU CL:-( +;;; +;;; reverse engineering observations: +;;; * seems to be set when translating return values +;;; * seems to enable the translation of (VALUES), which is the +;;; Lisp idiom for C's return type "void" (which is likely +;;; why it's set when when translating return values) +(defvar *values-type-okay* nil) diff --git a/src/code/host-alieneval.lisp b/src/code/host-alieneval.lisp index 3466981..bfe0b42 100644 --- a/src/code/host-alieneval.lisp +++ b/src/code/host-alieneval.lisp @@ -1045,15 +1045,6 @@ ;;;; the FUNCTION and VALUES alien types -;;; not documented in CMU CL:-( -;;; -;;; reverse engineering observations: -;;; * seems to be set when translating return values -;;; * seems to enable the translation of (VALUES), which is the -;;; Lisp idiom for C's return type "void" (which is likely -;;; why it's set when when translating return values) -(defvar *values-type-okay* nil) - (define-alien-type-class (fun :include mem-block) (result-type (missing-arg) :type alien-type) (arg-types (missing-arg) :type list) diff --git a/version.lisp-expr b/version.lisp-expr index 23bb221..4a9ae38 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.9.5.64" +"0.9.5.65" -- 1.7.10.4