1
0
mirror of https://github.com/golang/go synced 2024-11-22 00:14:42 -07:00
SVN=123246
This commit is contained in:
Ken Thompson 2008-06-17 17:59:06 -07:00
parent 0006c83231
commit 53ec6500bc

View File

@ -297,6 +297,7 @@ enum
Wlitint,
Wlitbool,
Wlitstr,
Wlitnil,
Wtunkn,
};