From 68b53df27df1d926326b1951d47ccc1df1e00b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6ppe?= Date: Sun, 31 Oct 2004 18:19:16 +0000 Subject: [PATCH] Add Allegro CL. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6575 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/ANNOUNCE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SWIG/ANNOUNCE b/SWIG/ANNOUNCE index 0b8117a53..57e14800d 100644 --- a/SWIG/ANNOUNCE +++ b/SWIG/ANNOUNCE @@ -13,10 +13,10 @@ What is SWIG? SWIG is a software development tool that reads C/C++ header files and generates the wrapper code needed to make C and C++ code accessible from other languages including Perl, Python, Tcl, Ruby, PHP, Java, -Guile, Mzscheme, Ocaml, Chicken Scheme, and C#. Major applications of -SWIG include generation of scripting language extension modules, rapid -prototyping, testing, and user interface development for large C/C++ -systems. +Guile, MzScheme, Ocaml, Chicken Scheme, C#, and Allegro Common Lisp. +Major applications of SWIG include generation of scripting language +extension modules, rapid prototyping, testing, and user interface +development for large C/C++ systems. Availability: -------------