diff options
author | Thomas Bushnell, BSG <tb@debian.org> | 2006-11-08 00:06:50 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:38 -0800 |
commit | edd1ebef3ad774e7cbcc2f5918d555bfb0b44091 (patch) | |
tree | 66a56a55c4c3f44695fed58620e60a0cfb8fc40b /require.scm | |
parent | 2ac98d54e6820ac55491e62ce61d9cbe58cf63eb (diff) | |
download | slib-edd1ebef3ad774e7cbcc2f5918d555bfb0b44091.tar.gz slib-edd1ebef3ad774e7cbcc2f5918d555bfb0b44091.zip |
Import Debian changes 3a4-4debian/3a4-4
slib (3a4-4) unstable; urgency=medium
* Medium urgency because this fixes a release critical bug.
* require.scm: Revert change from 3a4-2.
* debian/control (slib): Conflict with scm (<< 5e3). (Closes: #397529)
Diffstat (limited to 'require.scm')
-rw-r--r-- | require.scm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/require.scm b/require.scm index d9edb91..31d922d 100644 --- a/require.scm +++ b/require.scm @@ -19,13 +19,6 @@ ;@ (define *slib-version* "3a4") -;;;; Accommodate scm versions < 5e3 which set *features* but not -;;;; slib:features -;;;; -- tb@debian.org, 10/24/2006 -(if (and (eq? (scheme-implementation-type) 'SCM) - (not (defined? slib:features))) - (define slib:features *features*)) - ;;;; MODULES ;@ (define *catalog* #f) |