From 2c6bc7af429210d3a2e6e9510fa0f2c697294ab2 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Wed, 15 Aug 2012 21:34:41 +0900 Subject: [PATCH] adding friendly error message when using renamed (chibi strings) --- lib/chibi/strings.sld | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/chibi/strings.sld diff --git a/lib/chibi/strings.sld b/lib/chibi/strings.sld new file mode 100644 index 00000000..6c507421 --- /dev/null +++ b/lib/chibi/strings.sld @@ -0,0 +1,3 @@ + +(define-library (chibi strings) + (error "(chibi strings) has been moved to (chibi string)"))