remove the string internalization since it slows down grammar loading with little benefit

This commit is contained in:
kr.angelov
2013-09-05 13:34:49 +00:00
parent 46f2460a92
commit 14f8b96b56
6 changed files with 5 additions and 97 deletions

View File

@@ -1,5 +1,4 @@
#include "pgf.h"
#include <gu/intern.h>
#include <gu/assert.h>
#include <ctype.h>
#include <stdio.h>