use a void* instead of a char* for anonymous `InitInfo' in src/sparse/*.c

This commit is contained in:
rlar
2010-07-23 17:23:13 +00:00
parent 3e95037b0e
commit 1ee29c3e96
4 changed files with 14 additions and 8 deletions
+6
View File
@@ -1,3 +1,9 @@
2010-07-23 Robert Larice
* src/include/spmatrix.h ,
* src/maths/sparse/spbuild.c ,
* src/maths/sparse/spdefs.h :
use a void* instead of a char* for anonymous `InitInfo' in src/sparse/*.c
2010-07-23 Robert Larice
* src/maths/sparse/sputils.c :
convert K&R function definitions to ansi style