summaryrefslogtreecommitdiff
path: root/Lib/exception.i
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2019-02-04 21:41:11 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2019-02-05 18:42:12 +0000
commit09e0577d95dc39b158c68d02ecd54610bb009949 (patch)
treebff1ea9d09f226c5c904c1937a10d2e8ff343363 /Lib/exception.i
parentcb4bd2642263ab74ecc334169556ac9d97c437e7 (diff)
downloadswig-09e0577d95dc39b158c68d02ecd54610bb009949.tar.gz
Disable Chicken 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
Diffstat (limited to 'Lib/exception.i')
-rw-r--r--Lib/exception.i16
1 files changed, 0 insertions, 16 deletions
diff --git a/Lib/exception.i b/Lib/exception.i
index c75d71483..c79a76c37 100644
--- a/Lib/exception.i
+++ b/Lib/exception.i
@@ -138,22 +138,6 @@ SWIGINTERN void SWIG_exception_(int code, const char *msg) {
#endif
-#ifdef SWIGCHICKEN
-%{
-SWIGINTERN void SWIG_exception_(int code, const char *msg) {
- C_word *a;
- C_word scmmsg;
- C_word list;
-
- a = C_alloc (C_SIZEOF_STRING (strlen (msg)) + C_SIZEOF_LIST(2));
- scmmsg = C_string2 (&a, (char *) msg);
- list = C_list(&a, 2, C_fix(code), scmmsg);
- SWIG_ThrowException(list);
-}
-#define SWIG_exception(a,b) SWIG_exception_((a),(b))
-%}
-#endif
-
#ifdef SWIGCSHARP
%{
SWIGINTERN void SWIG_CSharpException(int code, const char *msg) {