FFI: Eliminate hardcoded string hashes.

This commit is contained in:
Mike Pall
2019-12-08 20:53:31 +01:00
parent 92fa45f9eb
commit 70f4b15ee4
3 changed files with 67 additions and 47 deletions

View File

@@ -60,6 +60,8 @@ typedef struct CPState {
LJ_FUNC int lj_cparse(CPState *cp);
LJ_FUNC int lj_cparse_case(GCstr *str, const char *match);
#endif
#endif