Changeset 6f7d4f6 for configure.ac

Timestamp:
Jul 19, 2011, 2:00:10 AM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.9
Children:
9ba51c2, fa180a3, 778e230
Parents:
883502d
Message:
Pass initval to owl_variable_dict_newvar_bool as int, not bool

While bool is ostensibly cleaner, the rest of the code dealing with bool
owl_variables treats it as an int. Switching only this one results in
valgrind complaining about conditioning on uninitialized values because
we end up casting bool* to int*.
(No files)

Note: See TracChangeset for help on using the changeset viewer.