sccs: Manual changes
For the uncommon items: Go through the tree and remove sccs tags that didn't fit any nice pattern. If in the neighborhood, other SCM tags were removed when they were detritis of long-ago CVS somehow in the early mists of the project. Some adjacent copyrights stringswere removed (they duplicated the copyright notices in the file). This also removed non-standard formations of omission of SCCS tags (usually by adding an extra #if 0 somewhere. After this commit, a number of strings tagged with the 'what' @(#) prefix remain, but they are primarily copyright notices. Sponsored by: Netflix
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
|
||||
|
||||
#ifndef RCSID
|
||||
#define RCSID(msg) \
|
||||
static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
|
||||
#define RCSID(msg)
|
||||
#endif
|
||||
|
||||
/* Maximum values on all known systems */
|
||||
|
||||
Reference in New Issue
Block a user