1
0
mirror of https://github.com/golang/go synced 2024-11-22 00:04:41 -07:00
R=ken2
CC=golang-dev
https://golang.org/cl/4539086
This commit is contained in:
Russ Cox 2011-05-25 10:19:50 -04:00
parent 2286471651
commit e94eb38975

View File

@ -173,10 +173,10 @@ initfix(NodeList *l)
/*
* from here down is the walk analysis
* of composit literals.
* of composite literals.
* most of the work is to generate
* data statements for the constant
* part of the composit literal.
* part of the composite literal.
*/
static void structlit(int ctxt, int pass, Node *n, Node *var, NodeList **init);