View Single Post
BAILOPAN
Join Date: Jan 2004
Old 06-26-2006 , 12:55   Re: The Use of Stocks
Reply With Quote #7

Stocks are not public. Furthermore, they are always parsed by the compiler ('stock' doesn't mean the compiler simply ignores it). The only difference between a stock and a normal function is that if it is unreferenced at assembly time, it is not included into the final code.

This is ideal for include files where users might not be using everything, and variables that might not be used (like Greenberet noted).
__________________
egg
BAILOPAN is offline