|
From: Larry D. <ldo...@re...> - 2014-07-11 22:11:52
|
Cary - On Fri, Jul 11, 2014 at 02:44:30PM -0700, Cary R. wrote: > Just to be clear there are actually six .vpi files, but some of them likely don't need headers since I believe they are fully contained in a single file (e.g. vpi_debug). Right. v2005_math.c v2009_table.c sys_table.c would each have a corresponding .h file, with 1, 3, and 23 extern entries, respectively. Would the new files be called v2005_math.h v2009_table.h sys_table.h ? The new sys_table.h would inherit some of the #ifdef mess currently in sys_table.c. > I will also say the proposed in file description was a bit verbose for me. It could just be something like this definition is only needed to prevent a compile time warning. OK. - Larry |