Skip to content
Snippets Groups Projects
Commit d758eb2d authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@3727 51575b47-30f0-44d4-a5cc-537603b46e54
parent cbbdfdb0
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ static LJ_AINLINE int cp_iseol(CPChar c)
return (c == '\n' || c == '\r');
}
//static LJ_AINLINE CPChar cp_get(CPState *cp);
static LJ_AINLINE CPChar cp_get(CPState *cp);
/* Peek next raw character. */
static LJ_AINLINE CPChar cp_rawpeek(CPState *cp)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment