mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 11:16:29 +03:00
Set Ragel.rl char type to unsigned, #135
This commit is contained in:
@@ -57,6 +57,7 @@ char unhex(const char *start, UNUSED const char *end) {
|
||||
|
||||
%%{
|
||||
machine FileCorporaParser;
|
||||
alphtype unsigned char;
|
||||
|
||||
action accumulateNum {
|
||||
num = (num * 10) + (fc - '0');
|
||||
|
Reference in New Issue
Block a user