On Tue, Jun 14, 2016 at 11:29 AM Joerg Schilling <joerg.schill...@fokus.fraunhofer.de> wrote: > CSSC even refuses the "s" flag that has been introduced by Sun ~ 30 years > ago and writes a message: Corrupted SCCS file. (Unknown flag 's'.) instead of > getting a version. The s flag is important if you need some printf() format > strings in the code that have a clash with get keywords, but still have an > expanded version string at the top of a file.
This is true; CSSC doesn't understand this flag. This is likely because nobody reported this as a bug to me, so I was unaware of the existence of the flag on some versions of Unix. If you would be so kind as to describe specifically the behaviour of the flag, I'd be happy to implement it. Thanks, James.