Move `define-inlinable' into the default namespace
authorAndreas Rottmann <a.rottmann@gmx.at>
Wed, 6 Apr 2011 23:12:26 +0000 (01:12 +0200)
committerAndreas Rottmann <a.rottmann@gmx.at>
Wed, 6 Apr 2011 23:12:26 +0000 (01:12 +0200)
commit165b10ddfaaa8ecc72d45a9be7d29e7537dc2379
treedc840602fd32205fae57d16cb5808131f6143ca1
parent6ebecdeb7da37a1ff0ab1d01e2f2fec225667a74
Move `define-inlinable' into the default namespace

* module/ice-9/boot-9.scm (define-inlineable): Moved here from SRFI-9.
* module/srfi/srfi-9 (define-inlinable): Removed here.

* doc/ref/api-procedures.texi (Inlinable Procedures): Add subsection
  about `define-inlinable'.
doc/ref/api-procedures.texi
module/ice-9/boot-9.scm
module/srfi/srfi-9.scm