Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use proper type for hs_compile_lit's argument
Argument len is size_t, not ulong. Fix the following error on i686-w64-mingw32: compile_v52.go:40:73: cannot use _Ctype_ulong(len(expression)) (value of type _Ctype_ulong) as type _Ctype_uint in variable declaration
- Loading branch information