Re: traceon does not work with a macro whose name is the empty string

2021-10-26 Thread 4dr14n31t0r Th3 G4m3r
I tried the same with another macro instead of the one with empty name and, as you said, traceon does not trace the macros expanded through indir so yeah, I agree with you. I just tried with the empty macro and didn't think too much about it. Regarding the development of a patch, I think I pass. H

Re: traceon does not work with a macro whose name is the empty string

2021-10-26 Thread Eric Blake
On Tue, Oct 26, 2021 at 03:02:31AM +0200, 4dr14n31t0r Th3 G4m3r wrote: > This m4 script does not show the trace for the macro whose name is the > empty string: > > changequote([,]) > define([],[Hello world]) > traceon([]) > indir([]) There's nothing special about the macro with the empty name. t