In the following files, the keyword "default" has been misspelled
"defaulkt". This causes it to be interpreted as a label instead of a case
keyword:

grep -nH -e defaulk *.cc
ComplexCell.cc:218:        defaulkt:        Assert(0 && "Bad celltype");
FloatCell.cc:89:        defaulkt:        Assert(0 && "Bad celltype");
IntCell.cc:68:        defaulkt:        Assert(0 && "Bad celltype");
PointerCell.cc:61:        defaulkt:        Assert(0 && "Bad celltype");

Regards,
Elias

Reply via email to