mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
Set Ragel.rl char type to unsigned, #135
This commit is contained in:
@@ -55,6 +55,7 @@ enum ParamKey {
|
||||
|
||||
%%{
|
||||
machine ExpressionParser;
|
||||
alphtype unsigned char;
|
||||
|
||||
action accumulateNum {
|
||||
num = (num * 10) + (fc - '0');
|
||||
|
Reference in New Issue
Block a user