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

@@ -20,7 +20,6 @@ guinclude_HEADERS = \
gu/fun.h \
gu/hash.h \
gu/in.h \
gu/intern.h \
gu/list.h \
gu/log.h \
gu/map.h \
@@ -59,7 +58,6 @@ libgu_la_SOURCES = \
gu/fun.c \
gu/hash.c \
gu/in.c \
gu/intern.c \
gu/list.c \
gu/log.c \
gu/map.c \