~moo-imports/moo/HASH

« back to all changes in this revision

Viewing changes to version.h

  • Committer: Luke Dashjr
  • Author(s): Phil Schwan
  • Date: 2009-04-04 04:30:09 UTC
  • Revision ID: luke+bzr@dashjr.org-20090404043009-yg10c1elgpiam24d
User-visible hash table type--seeking peer review - ID: 402615
https://sourceforge.net/tracker/download.php?group_id=3692&atid=303692&file_id=1283&aid=402615
https://sourceforge.net/tracker/?func=detail&aid=402615&group_id=3692&atid=303692

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
                                 * change exists solely to turn off special
46
46
                                 * bug handling in read_bi_func_data().
47
47
                                 */
 
48
    DBV_Hash,                   /* Addition of 'HASH' variables */
48
49
    Num_DB_Versions             /* Special: the current version is this - 1. */
49
50
} DB_Version;
50
51