libguile examples use scm_c_vector functions instead of SCM_SIMPLE_VECTOR_*
authorAndy Wingo <wingo@pobox.com>
Tue, 22 Jan 2013 10:48:47 +0000 (11:48 +0100)
committerAndy Wingo <wingo@pobox.com>
Tue, 22 Jan 2013 11:05:32 +0000 (12:05 +0100)
commitf0b6d8c71d2be9d93b48a921a6388fa5acdbd94b
treed4fa8ab50e0d5ddecdfdad07df25a7646f9791e3
parent5b70b4e28468b4d1b5411c726200680bc35f27e2
libguile examples use scm_c_vector functions instead of SCM_SIMPLE_VECTOR_*

* doc/ref/libguile-concepts.texi (Multi-Threading): Use functions in the
  example instead of macros.  Performance is really not a concern with
  this interface, especially now that scm_car and scm_cdr are inline
  functions.
doc/ref/libguile-concepts.texi