From a56176b5de188bf5ffe7d7735ec47bdf7f6c0a82 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 28 Feb 2009 01:36:05 +0000 Subject: --- src/lisp/core.lisp.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/lisp/core.lisp.in') diff --git a/src/lisp/core.lisp.in b/src/lisp/core.lisp.in index 9d65d262..f4f9fa15 100644 --- a/src/lisp/core.lisp.in +++ b/src/lisp/core.lisp.in @@ -231,10 +231,9 @@ ;; versions as poor man safeguard to portability chaos. (defconstant |$ECLVersionNumber| #-:ecl -1 - #+:ecl (cond ((find-symbol "+ECL-VERSION-NUMBER+" "EXT") - ext:+ecl-version-number+) - (t -1))) - + #+:ecl (let ((ver (find-symbol "+ECL-VERSION-NUMBER+" "EXT"))) + (cond (ver (symbol-value ver)) + (t -1)))) ;; ;; -*- OpenAxiom filesystem -*- -- cgit v1.2.3