dict: Make dict_clone_var(), dict_clone_var_assert() not rename variables.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 25 Mar 2010 04:18:34 +0000 (21:18 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 26 Mar 2010 03:49:32 +0000 (20:49 -0700)
Most uses of dict_clone_var() and dict_clone_var_assert() do not involve
renaming variables, but the interface assumes that renaming is the common
case.  This commit changes their interfaces to not support renaming and
adds new functions dict_clone_var_as() and dict_clone_var_as_assert() to
support renaming during cloning.


No differences found