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 8e2de541b6
commit fec8720f31
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>