Put unique dictionary indexes into internal variables
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 14 Jan 2009 04:41:54 +0000 (20:41 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 14 Jan 2009 04:41:54 +0000 (20:41 -0800)
commit486e95574d796cd1ce703aff4bc5b8f9f3021333
tree4a2bbd6ac38a668a0dd06b4758feba8119b13551
parenta1feacc810212d66d78dc95269396e36b01a7072
Put unique dictionary indexes into internal variables

Code that Jason is working on creates some internal variables, using
var_create_internal(), and wants to hash those variables based
on their dictionary indexes, along with some other variables that
are actually in a dictionary.  Thus, the internal variables need to
have unique dictionary indexes.
src/data/variable.c