[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: INLINE declarations



good morning jeff -- what was missing from your example was proclaiming the
functions INLINE before you DEFUN them...if you do that, the compiled versions
contain debugging information that allows them to be compiled INLINE later...
cheers -- mike