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

Comparing BDB/BDB.xs (file contents):
Revision 1.14 by root, Sun Jul 8 13:41:03 2007 UTC vs.
Revision 1.15 by root, Mon Aug 13 11:16:22 2007 UTC

1073 const_iv (VERSION_PATCH) 1073 const_iv (VERSION_PATCH)
1074#if DB_VERSION_MINOR >= 5 1074#if DB_VERSION_MINOR >= 5
1075 const_iv (MULTIVERSION) 1075 const_iv (MULTIVERSION)
1076 const_iv (TXN_SNAPSHOT) 1076 const_iv (TXN_SNAPSHOT)
1077#endif 1077#endif
1078#if DB_VERSION_MINOR >= 6
1079 const_iv (DB_PREV_DUP)
1080#endif
1078 }; 1081 };
1079 1082
1080 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; ) 1083 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; )
1081 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv)); 1084 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv));
1082 1085

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines