On Fri, Jul 20, 2007 at 01:24:59PM -0600, Marc Jones wrote:
yesterday. It required post_code, too. So I made an extra file post_code.c (post_code was in stage1.c before)
post_code() should be a macro in post_code.h. It is small enough it should always be inline. Yes/No?
Not sure - it may not always just be one instruction.
inline void shold work as well as a macro no?
Either way, macro or function, we need to make sure all POST codes come from a single piece of code.
//Peter