ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/BDB/BDB.xs
(Generate patch)

Comparing BDB/BDB.xs (file contents):
Revision 1.34 by root, Sun Mar 30 06:28:08 2008 UTC vs.
Revision 1.35 by root, Sun Mar 30 07:12:12 2008 UTC

67get_bdb_filename (SV *sv) 67get_bdb_filename (SV *sv)
68{ 68{
69 return !SvOK (sv) 69 return !SvOK (sv)
70 ? 0 70 ? 0
71 : 71 :
72#if WIN32 72#if _WIN32
73 SvPVutf8_nolen (sv) 73 SvPVutf8_nolen (sv)
74#else 74#else
75 SvPVbyte_nolen (sv) 75 SvPVbyte_nolen (sv)
76#endif 76#endif
77 ; 77 ;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines