diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-03-08 00:35:39 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-03-08 00:35:39 -0800 |
commit | cd688dfd65e46376045cf396b2251b54dd42da4e (patch) | |
tree | afff8a3458bac671632cf2ba670fd7ca523eed92 /ChangeLog | |
parent | 8103138a80969ca52386e842598b0ce55e4166ab (diff) | |
download | txr-cd688dfd65e46376045cf396b2251b54dd42da4e.tar.gz txr-cd688dfd65e46376045cf396b2251b54dd42da4e.tar.bz2 txr-cd688dfd65e46376045cf396b2251b54dd42da4e.zip |
* rand.c (rand_init): Oops! Spectacular silliness here
broke the symbol module: two intern calls in consecutive
lines, one for the name without "earmuffs", one with,
leading to the situation that the C code looks for a
dynamic variable that does not exist.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2014-03-08 Kaz Kylheku <kaz@kylheku.com> + + * rand.c (rand_init): Oops! Spectacular silliness here + broke the symbol module: two intern calls in consecutive + lines, one for the name without "earmuffs", one with, + leading to the situation that the C code looks for a + dynamic variable that does not exist. + 2014-03-07 Kaz Kylheku <kaz@kylheku.com> * match.c (LOG_MATCH, LOG_MISMATCH): Wouldn't you know it; |