Commit 7131bf47 authored by Ken Thompson's avatar Ken Thompson

SVN=123250

parent 504aa698
...@@ -504,6 +504,8 @@ whatis(Node *n) ...@@ -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;
} }
......
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