K 10 svn:author V 5 peter K 8 svn:date V 27 2001-09-05T02:50:32.000000Z K 7 svn:log V 567 Attempt to refine the __IDSTRING() macros so that they dont collide with each other. This will allow multiple __RCSID() entries in the same file and even __RCSID() in headers. **HOWEVER**, the usefulness of this in headers is somewhat marginal in non-ELF since they would go into the data section where they cannot be easily compressed or stripped. It (id's in headers) is also not useful in the non-GCC case since it is hard to generate unique variable names. I have an idea on that though. Now for mcs: http://mirrors.ccs.neu.edu/cgi-bin/unixhelp/man-cgi?mcs+1 END