Pass pointer-to-vector types as char* instead of void*
commit94013216b62ff6f78c46fb67bf6d7b9dcbe1170f
authorChris Robinson <chris.kcat@gmail.com>
Sun, 10 Aug 2014 15:46:55 +0000 (10 08:46 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sun, 10 Aug 2014 15:46:55 +0000 (10 08:46 -0700)
tree0e7968f792a32271657e651bafe9496abc419e88
parent22856844c6a8e3e495680906936bc81f3ef25592
Pass pointer-to-vector types as char* instead of void*

C aliasing rules only allow char* to alias an otherwise-incompatible type,
rather than void*.
Alc/helpers.c
Alc/vector.h