]> git.saurik.com Git - bison.git/commit - src/muscle-tab.c
* src/files.c (tr): Change return type to void.
authorJoel E. Denny <jdenny@ces.clemson.edu>
Thu, 9 Nov 2006 18:17:05 +0000 (18:17 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Thu, 9 Nov 2006 18:17:05 +0000 (18:17 +0000)
commit4502eadc2fbdd6efe2e4702cb3993cac83a59615
tree0eef63e4cd2088bc09e8b2729afd7e5ceba2ccb4
parent7746c8f63d39afab7f52e0e7b701060d7770333a
* src/files.c (tr): Change return type to void.
* src/muscle_tab.c (muscle_insert): Free storage in case muscle_grow
has been called previously for the same key.
(muscle_find): Return storage instead of value so that
--enable-gcc-warnings doesn't produce warnings that the return discards
const.  aver that the value and storage are the same since storage
could potentially be NULL when value is not.
* tests/testsuite.at (AT_CHECK): Treat an unspecified exit value the
same as 0.
ChangeLog
src/files.c
src/muscle_tab.c
tests/testsuite.at