diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-12-17 14:35:21 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-12-17 14:35:21 -0800 |
commit | f9ea3b7c156391758aa0356c7636983393184a39 (patch) | |
tree | a456bb87ad8b1f3e06374259b8f61578b03eaddd /ChangeLog | |
parent | cd5959194340d95f08abf8230d7f5e5a72728eb9 (diff) | |
download | txr-f9ea3b7c156391758aa0356c7636983393184a39.tar.gz txr-f9ea3b7c156391758aa0356c7636983393184a39.tar.bz2 txr-f9ea3b7c156391758aa0356c7636983393184a39.zip |
* lib.c (make_package, find_package): Eliminate declaration
in the middle of statement block.
* lib.h (TAG_MASK): Becomes type cnum rather than long.
(nao): Based off 1 rather than -1 to avoid left shift of
negative number.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2009-12-17 Kaz Kylheku <kkylheku@gmail.com> + + * lib.c (make_package, find_package): Eliminate declaration + in the middle of statement block. + + * lib.h (TAG_MASK): Becomes type cnum rather than long. + (nao): Based off 1 rather than -1 to avoid left shift of + negative number. + 2009-12-09 Kaz Kylheku <kkylheku@gmail.com> * parser.l (YYINPUT): Fix signed/unsigned comparison. |