Skip to content
  • Sean McBride's avatar
    Manual search & destroy of (B|E)TX · 55878a23
    Sean McBride authored
    First automatically removed lines with only BTX/ETX
    from .h files with the following regexes:
    
    ^ *// *BTX\r
    ^ *// *ETX\r
    
    and replaced occurances with nothing. Committed that, then manually
    removed various remaining cases of BTX/ETX, and related comments, and parsing stuff,
    then trashed the first commit.
    55878a23