From 75c9240632d0f69d25390814b835523a23ebfb19 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 10 Sep 2014 20:23:27 -0700 Subject: * lib.c (compat_fixup): void return changed to int. Returns minimum supported emulation. * lib.h (compat_fixup): Declaration fixed. * txr.c (compat): Replace hard-coded min version by return value of compat_fixup. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2604b623..fc940d6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2014-09-10 Kaz Kylheku + + * lib.c (compat_fixup): void return changed to int. + Returns minimum supported emulation. + + * lib.h (compat_fixup): Declaration fixed. + + * txr.c (compat): Replace hard-coded min version + by return value of compat_fixup. + 2014-09-09 Kaz Kylheku * txr.c (help): List new --compat option. -- cgit v1.2.3