On 6/1/07, Will Glass-Husain <[EMAIL PROTECTED]> wrote:
I agree with Claude.  It seems there are two approaches

--> track max recursion: for each macro call in a sequence, track the number
of times you call it.  (basically, maintain a map of macros with a counter
for each)

--> track embedded macro calls: track a single number of the macro call
depth (forget recursion, just track macro calls within macro calls)


I'm not sure what is the correct place to keep track of macros.

Supun.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to