bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] Typo of "default" in several files.


From: Elias Mårtenson
Subject: [Bug-apl] Typo of "default" in several files.
Date: Fri, 28 Mar 2014 16:14:18 +0800

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

[Prev in Thread] Current Thread [Next in Thread]