commit | c242b53d22aacbce0b78a2d0c977e2d92069cba5 | [log] [tgz] |
---|---|---|
author | Ken Thompson <ken@golang.org> | Tue Jun 17 22:33:32 2008 -0700 |
committer | Ken Thompson <ken@golang.org> | Tue Jun 17 22:33:32 2008 -0700 |
tree | 53e9a610ed5a7c536cc8c9dbef5679b06e482c82 | |
parent | c5bb50c9dcbcfe6bc9ecb178ec8fc5e71e55e04b [diff] [blame] |
more maps more semi-colons type assignment of constants SVN=123278
diff --git a/src/cmd/gc/go.h b/src/cmd/gc/go.h index 0946b68..4e08bc5 100644 --- a/src/cmd/gc/go.h +++ b/src/cmd/gc/go.h
@@ -446,6 +446,7 @@ void fatal(char*, ...); void linehist(char*, long); Node* nod(int, Node*, Node*); +Node* list(Node*, Node*); Type* typ(int); Dcl* dcl(void); Node* rev(Node*);