From 00427550e4634d65a43d677262052f5b5d904062 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 15 Jan 2021 10:54:06 -0500 Subject: [PATCH] Added module description in the header --- ck-polyfill.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ck-polyfill.c b/ck-polyfill.c index 7c82a470..e50fc74a 100644 --- a/ck-polyfill.c +++ b/ck-polyfill.c @@ -5,7 +5,9 @@ * Copyright (c) 2020, Justin Ethier * All rights reserved. * - * FFI module to support calling Scheme code from C. + * An optional module that can be used to compile Cyclone when + * libck is not available. Note there will be a performance impact! + * It is recommended to compile with libck where possible. */ #include "cyclone/types.h"