Commit fe8639a9 authored by Lorenzo Stoakes's avatar Lorenzo Stoakes Committed by Robert Griesemer

gc: fix comments in go.h

Trivial fix to '// n' comments against etype enum in go.h, as these have
got out of sync.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/4240097
parent f0ab1464
...@@ -441,20 +441,20 @@ enum ...@@ -441,20 +441,20 @@ enum
TCOMPLEX64, // 12 TCOMPLEX64, // 12
TCOMPLEX128, TCOMPLEX128,
TFLOAT32, // 15 TFLOAT32, // 14
TFLOAT64, TFLOAT64,
TBOOL, // 18 TBOOL, // 16
TPTR32, TPTR64, // 19 TPTR32, TPTR64, // 17
TFUNC, // 21 TFUNC, // 19
TARRAY, TARRAY,
T_old_DARRAY, T_old_DARRAY,
TSTRUCT, // 24 TSTRUCT, // 22
TCHAN, TCHAN,
TMAP, TMAP,
TINTER, // 27 TINTER, // 25
TFORW, TFORW,
TFIELD, TFIELD,
TANY, TANY,
...@@ -462,7 +462,7 @@ enum ...@@ -462,7 +462,7 @@ enum
TUNSAFEPTR, TUNSAFEPTR,
// pseudo-types for literals // pseudo-types for literals
TIDEAL, // 33 TIDEAL, // 31
TNIL, TNIL,
TBLANK, TBLANK,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment