Disable Allegrcol target language

Clean up to disable target languages that have been neglected/not functional.
Target language be fully deleted in SWIG 4.1 unless a new maintainer brings
it up to an acceptable status (experimental or supported).

Issue #1447
This commit is contained in:
William S Fulton 2019-02-05 07:21:35 +00:00
commit 6d7e3df54e
13 changed files with 10 additions and 68 deletions

View file

@ -45,7 +45,6 @@ eswig_SOURCES = CParse/cscanner.c \
Doxygen/javadoc.h \
Doxygen/pydoc.cxx \
Doxygen/pydoc.h \
Modules/allegrocl.cxx \
Modules/allocate.cxx \
Modules/browser.cxx \
Modules/cffi.cxx \

View file

@ -26,7 +26,6 @@
can be dynamically loaded in future versions. */
extern "C" {
Language *swig_allegrocl(void);
Language *swig_cffi(void);
Language *swig_csharp(void);
Language *swig_d(void);
@ -55,7 +54,7 @@ extern "C" {
list sorted alphabetically. */
static TargetLanguageModule modules[] = {
{"-allegrocl", swig_allegrocl, "ALLEGROCL", Supported},
{"-allegrocl", NULL, "ALLEGROCL", Disabled},
{"-chicken", NULL, "CHICKEN", Disabled},
{"-clisp", NULL, "CLISP", Disabled},
{"-cffi", swig_cffi, "CFFI", Supported},