Changeset 2126
- Timestamp:
- Dec 1, 2012, 1:50:57 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/vslol/CppKeywordClassifier.cs
r2125 r2126 65 65 private static const string[] m_all_types = 66 66 { 67 "void|bool|int|signed|unsigned|char|short|long|float|double" ;67 "void|bool|int|signed|unsigned|char|short|long|float|double", 68 68 "class|struct|union|template|namespace|typename|typedef", 69 69 "inline|restrict|export|explicit|mutable",
Note: See TracChangeset
for help on using the changeset viewer.