diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-09-10 20:23:27 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-09-10 20:23:27 -0700 |
commit | 75c9240632d0f69d25390814b835523a23ebfb19 (patch) | |
tree | 07a7ad0289ae2632b94e199e56c46bc3358e27e1 /txr.1 | |
parent | 063b5a8c138e68237e11bcdac2f5763243b9bfc7 (diff) | |
download | txr-75c9240632d0f69d25390814b835523a23ebfb19.tar.gz txr-75c9240632d0f69d25390814b835523a23ebfb19.tar.bz2 txr-75c9240632d0f69d25390814b835523a23ebfb19.zip |
* 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.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -208,6 +208,8 @@ that TXR refuses to be compatible with such an old version. Users requiring the behavior of that version will have to install an older version of TXR which supports that behavior, or even that exact version. +If the option is specified more than once, the behavior is not specified. + For more information, see the COMPATIBILITY section. .IP "--gc-delta=number" |