K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-01-28T17:30:51.000000Z K 7 svn:log V 393 Clarify the SYSINIT problem by breaking SYSINIT's up into a void * version and a const void * version. Currently the const void * version simply calls the void * version ( i.e. no 'fix' is in place ). A solution needs to be found for the C_SYSINIT ( etc...) family of macros that allows const void * without generating a warning, but does not allow non-const void *. END