SVN=123250

This commit is contained in:
Ken Thompson 2008-06-17 18:02:06 -07:00
parent 504aa698f7
commit 7131bf476c
1 changed files with 2 additions and 0 deletions

View File

@ -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;
} }