]> Cypherpunks repositories - gostls13.git/commit
cmd/cc: support 21-bit runes in wide string constants
authorAnthony Martin <ality@pbrane.org>
Tue, 4 Jun 2013 23:30:55 +0000 (16:30 -0700)
committerAnthony Martin <ality@pbrane.org>
Tue, 4 Jun 2013 23:30:55 +0000 (16:30 -0700)
commit781b2a25190f163af848c04a71adfbbf7ce457e2
tree33f174918cc74512977edee8d76a4892c87ecf84
parentacd887ba57aa179824c3f5b37851f52de61206a4
cmd/cc: support 21-bit runes in wide string constants

Changeset 7557a627e9b5 added a temporary stop-gap to silence
a print format warning for %S. This has been reverted.

None of this code is original. It was copied from the latest
Plan 9 compilers.

R=golang-dev, r, rsc
CC=golang-dev
https://golang.org/cl/8630044
src/cmd/cc/cc.h
src/cmd/cc/cc.y
src/cmd/cc/com.c
src/cmd/cc/dcl.c
src/cmd/cc/lex.c
src/cmd/cc/pswt.c
src/cmd/cc/sub.c
src/cmd/cc/y.tab.c
src/cmd/cc/y.tab.h