summaryrefslogtreecommitdiff
path: root/Lib/mzscheme
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2012-09-07 06:03:20 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2012-09-07 06:03:20 +0000
commitd496352805b806a103c4de1bce367c99f9814f2a (patch)
treea166b400c57e1178ff09b3843e9796ad82c19c74 /Lib/mzscheme
parent2a28514b2702e527d5a55bb4fa93e9f5f0153500 (diff)
downloadswig-d496352805b806a103c4de1bce367c99f9814f2a.tar.gz
Move contributors to COPYRIGHT file.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13734 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/mzscheme')
-rw-r--r--Lib/mzscheme/mzrun.swg9
1 files changed, 0 insertions, 9 deletions
diff --git a/Lib/mzscheme/mzrun.swg b/Lib/mzscheme/mzrun.swg
index a5128da56..06447d78d 100644
--- a/Lib/mzscheme/mzrun.swg
+++ b/Lib/mzscheme/mzrun.swg
@@ -91,7 +91,6 @@ SWIG_is_unsigned_integer(Scheme_Object *o)
/* -----------------------------------------------------------------------
* mzscheme 30X support code
- * Contributed by Hans Oesterholt
* ----------------------------------------------------------------------- */
#ifndef SCHEME_STR_VAL
@@ -252,10 +251,6 @@ SWIG_MzScheme_new_scheme_struct (Scheme_Env* env, const char* basename,
return new_type;
}
-/*** DLOPEN PATCH ******************************************************
- * Contributed by Hans Oesterholt-Dijkema (jan. 2006)
- ***********************************************************************/
-
#if defined(_WIN32) || defined(__WIN32__)
#define __OS_WIN32
#endif
@@ -442,10 +437,6 @@ SWIG_MzScheme_new_scheme_struct (Scheme_Env* env, const char* basename,
}
}
-/*** DLOPEN PATCH ******************************************************
- * Contributed by Hans Oesterholt-Dijkema (jan. 2006)
- ***********************************************************************/
-
/* The interpreter will store a pointer to this structure in a global
variable called swig-runtime-data-type-pointer. The instance of this
struct is only used if no other module has yet been loaded */