use type void* to pass anonymous data to function if_option()

indicate its actual type with an enum cp_types argument
This commit is contained in:
rlar
2010-07-17 22:11:51 +00:00
parent 61bba96f42
commit 2990821053
7 changed files with 23 additions and 12 deletions
+10
View File
@@ -1,3 +1,13 @@
2010-07-17 Robert Larice
* src/main.c ,
* src/frontend/inp.c ,
* src/frontend/options.c ,
* src/frontend/spiceif.c ,
* src/frontend/spiceif.h ,
* src/include/fteext.h :
use type void* to pass anonymous data to function if_option()
indicate its actual type with an enum cp_types argument
2010-07-17 Robert Larice
* src/frontend/variable.c ,
* src/frontend/variable.h ,