Set Ragel.rl char type to unsigned, #135

This commit is contained in:
Konstantinos Margaritis
2023-03-21 18:07:06 +00:00
parent dfb5bbb489
commit 053652e10e
6 changed files with 6 additions and 2 deletions

View File

@@ -43,7 +43,7 @@
#define HS_MAJOR 5
#define HS_MINOR 4
#define HS_PATCH 0
#define HS_PATCH 9
#include "hs_compile.h"
#include "hs_runtime.h"