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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Mar 8 06:55:17 UTC 2018


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

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

Author: eadler
Date: Thu Mar  8 06:54:33 UTC 2018
New revision: 330633
URL: https://svnweb.freebsd.org/changeset/base/330633

Log:
  MFC r309220:

  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

Changes:
_U  stable/11/
  stable/11/usr.bin/indent/indent.c
  stable/11/usr.bin/indent/indent_codes.h
  stable/11/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