Fixed syntax error reported by swig in parse of zoom.h.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 7 Apr 2008 09:37:28 +0000 (11:37 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 7 Apr 2008 09:37:28 +0000 (11:37 +0200)
libyaz4j/libyaz4j.i

index 889777f..1bac4d7 100644 (file)
@@ -16,6 +16,8 @@
                free((void*)$1.data);
        }
        %typemap(javaout) CharStarByteArray { return $jnicall; }
+       %define YAZ_BEGIN_CDECL %enddef
+       %define YAZ_END_CDECL %enddef
        %include "zoom-extra.h"
        %include <zoom.h>