Undeprecate read syntax for uniform complex vectors
authorMark H Weaver <mhw@netris.org>
Tue, 5 Apr 2011 23:42:06 +0000 (19:42 -0400)
committerMark H Weaver <mhw@netris.org>
Tue, 5 Apr 2011 23:42:06 +0000 (19:42 -0400)
commitdf941b5b62721d061ce5381a1a6400609e8a10b8
treeaa267a021714b189da5f3e428f48cad85af929d1
parent78d1be4aef408248bbb545d4b94b4b1335a4ab88
Undeprecate read syntax for uniform complex vectors

* libguile/read.c (scm_read_sharp): Move the "#c..." case outside of
  #if SCM_ENABLE_DEPRECATED, and to the same section which handles
  "#s...", "#u..." and "#f...".
  Thanks to Andreas Rottmann <a.rottmann@gmx.at> for the bug report.
libguile/read.c