summaryrefslogtreecommitdiff
path: root/Lib/mzscheme
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-10-13 19:46:51 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-10-13 19:47:43 +0100
commit46f7501d94f8fb3432863344aeda6d4fd85fb1a4 (patch)
tree01162c59beeaf74db67799578dd944d9c9815033 /Lib/mzscheme
parente123c2afe84ea29c5a7c9561c7e3355283001477 (diff)
downloadswig-46f7501d94f8fb3432863344aeda6d4fd85fb1a4.tar.gz
Cleanup SWIG_VERSION definition
Add Swig_obligatory_macros which must be called by each target language to define SWIG_VERSION correctly in the generated code, as well as the language specific macro SWIGXXX where XXX is the target language name. Drop the #ifdef SWIGXXX that was previously generated - I can't see the point of this and if users are defining this macro somehow, then users will need to change this Closes #1050
Diffstat (limited to 'Lib/mzscheme')
-rw-r--r--Lib/mzscheme/mzscheme.swg2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/mzscheme/mzscheme.swg b/Lib/mzscheme/mzscheme.swg
index 8ded91f3e..f45c87250 100644
--- a/Lib/mzscheme/mzscheme.swg
+++ b/Lib/mzscheme/mzscheme.swg
@@ -5,8 +5,6 @@
* This file is parsed by SWIG before reading any other interface file.
* ----------------------------------------------------------------------------- */
-%include <typemaps/swigversion.swg>
-
/* Include headers */
%runtime "swigrun.swg" // Common C API type-checking code
%runtime "swigerrors.swg" // SWIG errors