read: Avoid `void *' pointer arithmetic.
authorLudovic Courtès <ludo@gnu.org>
Sun, 6 May 2012 20:23:58 +0000 (22:23 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 6 May 2012 20:23:58 +0000 (22:23 +0200)
commit7be3c2fcbfe2335d069a5c13b0ddf74b69383c46
treeaebb68356e7192efed7c020aad36cf3b98ad3cb7
parent82171a2ea4d81d1dd2f71142ed6021ab383d836b
read: Avoid `void *' pointer arithmetic.

* libguile/read.c (read_complete_token): Make `new_buf' a `char *' to
  avoid pointer arithmetic on `void *'.
libguile/read.c