Skip to content
  • Ansgar Burchardt's avatar
    Remove `RCS_ID` (part 1) · 31d21828
    Ansgar Burchardt authored
    Most occurances of `RCS_ID` were removed with the following `sed`
    script:
    
    ```
      \!/\* \(data for CVS\|RCS string\)!,\!static char! d;
      \!/\* RCS_ID!,\!\*/! d;
    ```
    31d21828