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

Comparing BDB/BDB.xs (file contents):
Revision 1.74 by root, Wed Mar 31 00:44:51 2010 UTC vs.
Revision 1.75 by root, Fri Jul 29 08:35:35 2011 UTC

1407 bdb_txn_stash = gv_stashpv ("BDB::Txn" , 1); 1407 bdb_txn_stash = gv_stashpv ("BDB::Txn" , 1);
1408 bdb_cursor_stash = gv_stashpv ("BDB::Cursor" , 1); 1408 bdb_cursor_stash = gv_stashpv ("BDB::Cursor" , 1);
1409 bdb_db_stash = gv_stashpv ("BDB::Db" , 1); 1409 bdb_db_stash = gv_stashpv ("BDB::Db" , 1);
1410 bdb_sequence_stash = gv_stashpv ("BDB::Sequence", 1); 1410 bdb_sequence_stash = gv_stashpv ("BDB::Sequence", 1);
1411 1411
1412 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; ) 1412 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ > const_iv; civ--)
1413 newCONSTSUB (bdb_stash, (char *)civ->name, newSViv (civ->iv)); 1413 newCONSTSUB (bdb_stash, (char *)civ[-1].name, newSViv (civ[-1].iv));
1414 1414
1415 prepare_cb = &PL_sv_undef; 1415 prepare_cb = &PL_sv_undef;
1416 1416
1417 { 1417 {
1418 /* we currently only allow version, minor-version and patchlevel to go up to 255 */ 1418 /* we currently only allow version, minor-version and patchlevel to go up to 255 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines