Make struct variable refer to struct vardict through a pointer.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 9 Apr 2010 04:37:24 +0000 (21:37 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 12 Apr 2010 03:50:14 +0000 (20:50 -0700)
commita444c32ff965e91abff74634375266064bff05a6
tree3ffb6bdb54fc1b8687e5b92f3618c0c8161199fb
parent844259de34f3b5ed9c1b4a024da63f96f4f2194e
Make struct variable refer to struct vardict through a pointer.

This will allow the dictionary to integrate struct vardict into itself in
an upcoming commit.
src/data/dictionary.c
src/data/vardict.h
src/data/variable.c