|
@@ -1375,6 +1375,19 @@ CONV is not applied to the initial value."
|
|
|
|
|
|
|
|
|
|
|
|
+;;;
|
|
|
+;;; This parameter captures the original compiled source file name,
|
|
|
+;;; before it gets potentially stripped by the file ports
|
|
|
+;;; canonicalization. It is used with 'include' to locate the true
|
|
|
+;;; source, which is necessary when using relative paths during
|
|
|
+;;; compilation, for example. It is defined here because it is used
|
|
|
+;;; lazily in the `include' procedure in ice-9/psyntax.scm, which is
|
|
|
+;;; loaded even before this module and before there is support to refer
|
|
|
+;;; to other modules.
|
|
|
+(define compilation-source-file-name (make-parameter #f))
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
;;; {Languages}
|
|
|
;;;
|
|
|
|