From 66d5a0bb1bca2d5d22ad2f95828d381675f7073a Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Sun, 12 Aug 2012 15:26:19 -0700 Subject: [PATCH] ffi: Fixed swarn to use ARGS, including 'in FORM at the end. --- src/ffi/syntax.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ffi/syntax.scm b/src/ffi/syntax.scm index aa977f669..483fc483c 100644 --- a/src/ffi/syntax.scm +++ b/src/ffi/syntax.scm @@ -514,4 +514,4 @@ USA. (cons message args))))))) (define (swarn form message . args) - (warn (string-append messsage " in:") form)) \ No newline at end of file + (apply warn message args 'in form)) \ No newline at end of file -- 2.25.1