gendb_obde.dif: compare obde's version of 92/9/25 to baseline gen/gendb/gendb.cc : 10d9 < /* obde/RJL 92/9/25: bug fix to Delete: to avoid skipping odd rows */ 179a179 > int i; 303a304 > struct index_list_t *list; 317a319 > struct index_elt_t *elt; 633a636 > 642d644 < 645d646 < 649d649 < printf("STATE NULL \n"); 1993d1992 < //bug fix at end-4 to avoid skipping every other row- RJL 92/9/25. 2083c2082 < // Next(); <--bug fix 92/9/25: omit to avoid skipping every other row. RJL --- > Next();