diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2013-09-05 13:34:49 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2013-09-05 13:34:49 +0000 |
| commit | 14f8b96b563dda9f7d61f5dc1cde14436ef6ea69 (patch) | |
| tree | 5c5c8501f90ca74c5e3655301288d1c3d36d55d4 /src/runtime/c/pgf/expr.c | |
| parent | 46f2460a926a93a5bff360b0bfe7a52a983f2a56 (diff) | |
remove the string internalization since it slows down grammar loading with little benefit
Diffstat (limited to 'src/runtime/c/pgf/expr.c')
| -rw-r--r-- | src/runtime/c/pgf/expr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/c/pgf/expr.c b/src/runtime/c/pgf/expr.c index b195eeea5..4b2644931 100644 --- a/src/runtime/c/pgf/expr.c +++ b/src/runtime/c/pgf/expr.c @@ -1,5 +1,4 @@ #include "pgf.h" -#include <gu/intern.h> #include <gu/assert.h> #include <ctype.h> #include <stdio.h> |
