Closed nikhilgupta10 closed 8 years ago
nikhilgupta10 imported these comments from Sourceforge: The user dchassin does not exist anymore. Therefore assigning this to afisher1.
,
This is probably not feasible without requiring all references to global variables in core to be preceded by a GLOBALVAR declaration, global_getvar(), and convert() call. This is not desirable at this time.
,
As-is, the globals in the header file are referenced directly only within the core, and through the global variable declarations. Unsurprisingly, shuffling the variables from the .h to the .c promptly causes all of the references to break.
,