summaryrefslogtreecommitdiff
path: root/Lib/chicken
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2005-05-27 22:40:58 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2005-05-27 22:40:58 +0000
commit815355b96413475c586e60cb4eb050818d44a522 (patch)
tree4eff2c3f5ecd59ddb71451ca60178ba7db0db9ab /Lib/chicken
parent0870b84abc2f080a451a309a8ca4ea53d595f260 (diff)
downloadswig-815355b96413475c586e60cb4eb050818d44a522.tar.gz
Uniform handling of SWIGEXPORT across SWIG.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7234 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/chicken')
-rw-r--r--Lib/chicken/chicken.swg5
1 files changed, 2 insertions, 3 deletions
diff --git a/Lib/chicken/chicken.swg b/Lib/chicken/chicken.swg
index c723c6fc1..b7cdc088f 100644
--- a/Lib/chicken/chicken.swg
+++ b/Lib/chicken/chicken.swg
@@ -671,7 +671,7 @@ $result = C_SCHEME_UNDEFINED;
extern "C" {
#endif
/* Chicken initialization function */
-SWIGEXPORT(void) SWIG_init(C_word, C_word, C_word) C_noret;
+SWIGEXPORT void SWIG_init(C_word, C_word, C_word) C_noret;
#ifdef __cplusplus
}
#endif
@@ -686,8 +686,7 @@ SWIGEXPORT(void) SWIG_init(C_word, C_word, C_word) C_noret;
#ifdef __cplusplus
extern "C" {
#endif
-SWIGEXPORT(void)
-SWIG_init(C_word argc, C_word closure, C_word continuation) {
+SWIGEXPORTvoid SWIG_init(C_word argc, C_word closure, C_word continuation) {
int i;
C_word sym;
C_word tmp;