libpgf: added simple lexer

This commit is contained in:
kr.angelov
2012-03-09 09:14:44 +00:00
parent f5737e8222
commit c1b2246fa9
5 changed files with 138 additions and 10 deletions

View File

@@ -953,8 +953,8 @@ typedef struct {
GuPool *pool;
} PgfParseTokenCallback;
static
void pgf_match_token(PgfLexCallback* self, PgfToken tok, PgfItem* item)
static void
pgf_match_token(PgfLexCallback* self, PgfToken tok, PgfItem* item)
{
PgfParseTokenCallback *clo = (PgfParseTokenCallback *) self;