Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build error on non SSE 4.2 environment (#784)
This will fix following error. ``` compiling ../../../../ext/oj/parse.c ../../../../ext/oj/parse.c:366:28: error: too many arguments to function call, expected single argument 'pi', have 2 arguments scan_string_noSIMD(pi, str); ~~~~~~~~~~~~~~~~~~ ^~~ ../../../../ext/oj/parse.c:330:20: note: 'scan_string_noSIMD' declared here static inline void scan_string_noSIMD(ParseInfo pi) { ```
- Loading branch information