On Fri, Oct 18, 2002, Michael van Elst wrote:
> [...]
> extracted generic list macros from al.c
> [...]
I recommend to give those macros a common prefix like "LIST_"
to indicate that they all correspond to the same macro set.
Ralf S. Engelschall
rse@engelschall.com
www.engelschall.com
On Fri, Oct 18, 2002, Ralf S. Engelschall wrote:
> I recommend to give those macros a common prefix like "LIST_"
> to indicate that they all correspond to the same macro set.
If this becomes a public interface ... maybe, maybe optional.
For now it is only shared internally between al and sio code
and the non-prefixed names prevent the code from looking like
XML.
Michael