Date: Thu, 08 Mar 2018 06:55:15 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 143090] [PATCH] Let indent(1) handle widecharacter literals correctly Message-ID: <bug-143090-8-Zv92sZQmD8@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-143090-8@https.bugs.freebsd.org/bugzilla/> References: <bug-143090-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D143090 --- Comment #5 from commit-hook@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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-143090-8-Zv92sZQmD8>