On Tue, 23 Aug 2005 23:57:34 +0900, Shigio Yamaguchi wrote...
> > This makes it impossible to use DB1.85-compatible API for debugging.
> > It is not good to change the interface of DB.
>
> How about adding new close_abandon() function?
No problem.
void
dbop_close(dbop)
{
#ifdef USE_DB185_COMPAT
(void)db->close(db);
#else
(void)db->close(db, (dbop->openflags & DBOP_REMOVE) ? 1 : 0);
#endif
is also O.K.
----
Hideki IWAMOTO [EMAIL PROTECTED]
_______________________________________________
Bug-global mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-global