diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2012-12-13 16:45:44 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2012-12-13 16:45:44 +0000 |
| commit | f7a5eb0df10f3cfef6e3d4c70c4714008c50bbe8 (patch) | |
| tree | 4891cd757617c10175a1ca1dbcb0fb446c263efc /src/runtime/c/utils | |
| parent | 0f0b7158c97cbeb561e6d292b9361536d93f5195 (diff) | |
bugfix in the lexer from the C runtime. the input sentence doesn't have to terminate with whitespace
Diffstat (limited to 'src/runtime/c/utils')
| -rw-r--r-- | src/runtime/c/utils/pgf-translate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/c/utils/pgf-translate.c b/src/runtime/c/utils/pgf-translate.c index 03b3635f0..0d64e41b9 100644 --- a/src/runtime/c/utils/pgf-translate.c +++ b/src/runtime/c/utils/pgf-translate.c @@ -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> |
