aboutsummaryrefslogtreecommitdiff
path: root/src/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp')
-rw-r--r--src/lisp/core.lisp.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp/core.lisp.in b/src/lisp/core.lisp.in
index 38ebcc5b..4996a7d5 100644
--- a/src/lisp/core.lisp.in
+++ b/src/lisp/core.lisp.in
@@ -144,7 +144,7 @@
(defconstant |$effectiveFaslType|
;#+:ecl (pathname-type (compile-file-pathname "foo.lisp" :system-p t))
;; until ECL is fixed, return a hard coded value
- "o"
+ #+:ecl "o"
#-:ecl |$faslType|)
;; Extension of file containers for native shared libraries.