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

SVN=123250

parent 504aa698
......@@ -504,6 +504,8 @@ whatis(Node *n)
return Wlitbool;
case CTSTR:
return Wlitstr;
case CTNIL:
return Wlitnil; // not used
}
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