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 0f0b7158c9
commit f7a5eb0df1
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>