const char * is now a T_PV.
authormike <mike>
Tue, 11 Oct 2005 15:40:14 +0000 (15:40 +0000)
committermike <mike>
Tue, 11 Oct 2005 15:40:14 +0000 (15:40 +0000)
commit7f5edf5f99cb9f1287b610ee76f54788a6f60275
treeba6fa287393b8deb5d7dac8c69bf60d97bff66e9
parentd64e651868b72d639fe7062f6cc8d59da2640a77
const char * is now a T_PV.
As originally autogenerated by h2xs, this file gave the type of "const
char *" as T_PTROBJ -- a pointer to an opaque object.  This prevented
the return value of ZOOM_record_get() from being translated into a
Perl string.  Instead, I am using T_PV, which works properly.
typemap