mirror of https://github.com/golang/go.git
SVN=123250
This commit is contained in:
parent
504aa698f7
commit
7131bf476c
|
|
@ -504,6 +504,8 @@ whatis(Node *n)
|
||||||
return Wlitbool;
|
return Wlitbool;
|
||||||
case CTSTR:
|
case CTSTR:
|
||||||
return Wlitstr;
|
return Wlitstr;
|
||||||
|
case CTNIL:
|
||||||
|
return Wlitnil; // not used
|
||||||
}
|
}
|
||||||
return Wtunkn;
|
return Wtunkn;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue