From 45b2bf57c2e777097f2c36f198e6a36d20a26c31 Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Wed, 3 May 2017 13:42:30 +0200 Subject: [PATCH 1/3] Fix an oversight in define-external-variable handling --- core.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.scm b/core.scm index c3432a89..bba0dd44 100644 --- a/core.scm +++ b/core.scm @@ -1219,7 +1219,7 @@ ((##core#define-external-variable) (let* ((sym (second x)) - (ln (ln (get-line x))) + (ln (get-line x)) (name (symbol->string sym)) (type (third x)) (exported (fourth x)) -- 2.12.2