bugfix in the lexer from the C runtime. the input sentence doesn't have to terminate with whitespace

This commit is contained in:
kr.angelov
2012-12-13 16:45:44 +00:00
parent 6bc32db1c3
commit e1bab39458
2 changed files with 20 additions and 25 deletions

View File

@@ -6,7 +6,6 @@
#include <gu/file.h>
#include <pgf/pgf.h>
#include <pgf/parser.h>
#include <pgf/lexer.h>
#include <pgf/literals.h>
#include <pgf/linearize.h>
#include <pgf/edsl.h>