]> Cypherpunks repositories - gostls13.git/commit
gc: use octal escapes in mkopnames
authorAnthony Martin <ality@pbrane.org>
Wed, 1 Feb 2012 02:15:42 +0000 (18:15 -0800)
committerAnthony Martin <ality@pbrane.org>
Wed, 1 Feb 2012 02:15:42 +0000 (18:15 -0800)
commit8039683cef026edb88ae9dc6cd766feccdb40ff4
tree0747478366c54f1524f40bc6e5316f692d627c25
parentcc777490fbe5f0c6575f4e84dea31b7d745d747e
gc: use octal escapes in mkopnames

Plan 9's tr(1) doesn't accept the C-style escapes
for tab and newline characters.  I was going to use
the \xFF hexadecimal escapes but GNU tr(1) doesn't
accept those.  It seems octal is the least common
denominator.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5576079
src/cmd/gc/mkopnames