HomeFreeBSD

indent(1): Properly handle the wide string literal and wide char constant L.

Description

indent(1): Properly handle the wide string literal and wide char constant L.

indent(1) treated the "L" in "L'a'" as if it were an identifier and forced
a space character after it, breaking valid code.

PR: 143090
MFC after: 2 weeks

Details

Provenance
pfgAuthored on
Parents
rS309219: indent(1): fix regression introduced in r303596.
Branches
Unknown
Tags
Unknown