From 860e6d6f90356a616e80707348d0f8aaabd5b441 Mon Sep 17 00:00:00 2001 From: tg Date: Wed, 20 Dec 1995 08:41:04 +0000 Subject: - Try to grab from ftp.uni-bremen.de first; seems to be the master site for elk. - Add official patch #1. - Use dl*() for dynamic loading. This still has its quirks, but it's usable. Plus, invoking global ctors when loading C++ object files now works; it didn't with the old incremental loading. --- lang/elk/pkg-comment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/elk/pkg-comment') diff --git a/lang/elk/pkg-comment b/lang/elk/pkg-comment index a51f09096995..807441f12005 100644 --- a/lang/elk/pkg-comment +++ b/lang/elk/pkg-comment @@ -1 +1 @@ -Elk -- an embeddable Scheme interpreter +An embeddable Scheme interpreter. -- cgit