Changeset 2126


Ignore:
Timestamp:
Dec 1, 2012, 1:50:57 PM (10 years ago)
Author:
sam
Message:

vslol: fix typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/vslol/CppKeywordClassifier.cs

    r2125 r2126  
    6565    private static const string[] m_all_types =
    6666    {
    67         "void|bool|int|signed|unsigned|char|short|long|float|double";
     67        "void|bool|int|signed|unsigned|char|short|long|float|double",
    6868        "class|struct|union|template|namespace|typename|typedef",
    6969        "inline|restrict|export|explicit|mutable",
Note: See TracChangeset for help on using the changeset viewer.