Browse Source

Changed stupid mistyping

channel
Ludovic 'Archivist' Lagouardette 3 years ago
parent
commit
8f96ec4ffd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      include/gp/dynamic/compiler/lexer.hpp

+ 1
- 1
include/gp/dynamic/compiler/lexer.hpp View File

@ -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

Loading…
Cancel
Save