SVN=123250

This commit is contained in:
Ken Thompson 2008-06-17 18:02:06 -07:00
parent 504aa698f7
commit 7131bf476c

View file

@ -504,6 +504,8 @@ whatis(Node *n)
return Wlitbool;
case CTSTR:
return Wlitstr;
case CTNIL:
return Wlitnil; // not used
}
return Wtunkn;
}