The `\end` of an empty macro definition is incorrectly parsed as its body. For example: ``` \define max() \end Nothing \end Out: <<max>> ``` The correct output should be `Nothing \end Out:`, but the current output is `Out: \end Nothing`.
The
\endof an empty macro definition is incorrectly parsed as its body.For example:
The correct output should be
Nothing \end Out:, but the current output isOut: \end Nothing.