From: Nikhil G. D. <ng...@ce...> - 2005-07-22 14:20:50
|
Macros with names starting with end e.g. end_table are not interpreted. This is a bug. Can someone please fix it. For example, if "xend" is replaced with "end" below it won't work. #macro xend_x($x) { end $x } #xend_x("hi") Thanks. |