Obsoleted by new material in IDSoftwareRelease2010
[ZOOM-Perl-moved-to-github.git] / typemap
diff --git a/typemap b/typemap
index 3ceed40..7bd56b6 100644 (file)
--- a/typemap
+++ b/typemap
@@ -1,5 +1,3 @@
-# $Id: typemap,v 1.7 2006-11-03 09:37:57 mike Exp $
-
 ZOOM_connection                                        T_PTROBJ
 ZOOM_connection *                              T_PTROBJ
 ZOOM_options                                   T_PTROBJ
@@ -67,7 +65,7 @@ T_OPAQUE_STRUCT
        else
            croak(\"$var is not of type ${ntype}\")
 T_OPAQUECHAR
-       { unsigned _unused_len;
+       { STRLEN _unused_len;
        $var = ($type) SvPV($arg, _unused_len); }
 
 # ---------------------------------------------------------------------------