[Bug 143090] [PATCH] Let indent(1) handle widecharacter literals correctly

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Nov 27 20:38:43 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=143090

--- Comment #3 from commit-hook at freebsd.org ---
A commit references this bug:

Author: pfg
Date: Sun Nov 27 20:38:15 UTC 2016
New revision: 309220
URL: https://svnweb.freebsd.org/changeset/base/309220

Log:
  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

Changes:
  head/usr.bin/indent/indent.c
  head/usr.bin/indent/indent_codes.h
  head/usr.bin/indent/lexi.c

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list