浏览代码

Changed stupid mistyping

channel
Ludovic 'Archivist' Lagouardette 3 年前
父节点
当前提交
8f96ec4ffd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      include/gp/dynamic/compiler/lexer.hpp

+ 1
- 1
include/gp/dynamic/compiler/lexer.hpp 查看文件

@ -131,7 +131,7 @@ constexpr inline const char* to_pretty_string(const gr_lexeme_type& value) {
"else", "switch", "select", "case", "while", "do", "until", "for", "loop",
"return", "self", "kill", "killall", "yield", "break", "continue"
};
return names[(kt">uint64_t)value];
return names[(n">size_t)value];
}
#undef LEX

正在加载...
取消
保存