浏览代码

vslol: fix typo.

legacy
Sam Hocevar sam 12 年前
父节点
当前提交
53569d831d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tools/vslol/CppKeywordClassifier.cs

+ 1
- 1
tools/vslol/CppKeywordClassifier.cs 查看文件

@@ -64,7 +64,7 @@ class CppKeywordClassifier : IClassifier

private static const string[] m_all_types =
{
"void|bool|int|signed|unsigned|char|short|long|float|double";
"void|bool|int|signed|unsigned|char|short|long|float|double",
"class|struct|union|template|namespace|typename|typedef",
"inline|restrict|export|explicit|mutable",
"static|register|auto|volatile|extern|const"


正在加载...
取消
保存