summaryrefslogtreecommitdiff
path: root/Lib/allegrocl/allegrocl.swg
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/allegrocl/allegrocl.swg')
-rw-r--r--Lib/allegrocl/allegrocl.swg3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/allegrocl/allegrocl.swg b/Lib/allegrocl/allegrocl.swg
index 4355209b5..0ae8ed76c 100644
--- a/Lib/allegrocl/allegrocl.swg
+++ b/Lib/allegrocl/allegrocl.swg
@@ -137,12 +137,13 @@ SWIG_TYPECHECK_STRING_ARRAY 1140
%typemap(lispclass) double "cl:double-float";
%typemap(lispclass) char * "cl:string";
+%typemap(out) void "";
%typemap(out) bool "$result = (int)$1;";
%typemap(out) char, unsigned char, signed char,
short, signed short, unsigned short,
int, signed int, unsigned int,
long, signed long, unsigned long,
- float, double, long double, char *, void *, void,
+ float, double, long double, char *, void *,
enum SWIGTYPE, SWIGTYPE *,
SWIGTYPE[ANY], SWIGTYPE & "$result = $1;";
#ifdef __cplusplus