diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-01-13 08:09:17 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-01-13 08:09:17 -0800 |
commit | 034dbf2c965201eccab6a66c8a83fcd7a7c435b6 (patch) | |
tree | ed94e2fdec2ba88d21cc20759bfda540da5b9477 /ChangeLog | |
parent | 108b50a38b298ade25dc7d355c75ebe0c21b9001 (diff) | |
download | txr-034dbf2c965201eccab6a66c8a83fcd7a7c435b6.tar.gz txr-034dbf2c965201eccab6a66c8a83fcd7a7c435b6.tar.bz2 txr-034dbf2c965201eccab6a66c8a83fcd7a7c435b6.zip |
* debug.h (debug_check): Fix broken build when debugger is disabled:
the debug-disabled stub function needs six arguments.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2014-01-13 Kaz Kylheku <kaz@kylheku.com> + + * debug.h (debug_check): Fix broken build when debugger is disabled: + the debug-disabled stub function needs six arguments. + 2014-01-12 Kaz Kylheku <kaz@kylheku.com> Some bignum-related optimizations |