diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-01-21 13:09:12 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-01-21 13:09:12 -0800 |
commit | 0cbd46033d0ef707a856c78e735dbf41a6fd7faa (patch) | |
tree | 2635d7cb036609c494fcb6d6c72dc96b899cdd37 /ChangeLog | |
parent | d4d41b4ec3f983ad0fa42f8e85a2c68d207a9b28 (diff) | |
download | txr-0cbd46033d0ef707a856c78e735dbf41a6fd7faa.tar.gz txr-0cbd46033d0ef707a856c78e735dbf41a6fd7faa.tar.bz2 txr-0cbd46033d0ef707a856c78e735dbf41a6fd7faa.zip |
* debug.c (last_command): Do not initialize with lit();
this is not a constant expression in C.
(debug): Handle the situation here.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2012-01-21 Kaz Kylheku <kaz@kylheku.com> + * debug.c (last_command): Do not initialize with lit(); + this is not a constant expression in C. + (debug): Handle the situation here. + +2012-01-21 Kaz Kylheku <kaz@kylheku.com> + * debug.c (help): Filled in. (debug): Some commands changed due to duplicates. |