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
TCOMPLEX64, // 12
TCOMPLEX128,
TFLOAT32, // 15
TFLOAT32, // 14
TFLOAT64,
TBOOL, // 18
TBOOL, // 16
TPTR32, TPTR64, // 19
TPTR32, TPTR64, // 17
TFUNC, // 21
TFUNC, // 19
TARRAY,
T_old_DARRAY,
TSTRUCT, // 24
TSTRUCT, // 22
TCHAN,
TMAP,
TINTER, // 27
TINTER, // 25
TFORW,
TFIELD,
TANY,
......@@ -462,7 +462,7 @@ enum
TUNSAFEPTR,
// pseudo-types for literals
TIDEAL, // 33
TIDEAL, // 31
TNIL,
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