mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 08:49:31 -06:00
a major refactoring in the C runtime. GuList is now removed and replaced with GuSeq. The GuSeq/GuBuf API is simplified
This commit is contained in:
@@ -20,7 +20,6 @@ guinclude_HEADERS = \
|
||||
gu/fun.h \
|
||||
gu/hash.h \
|
||||
gu/in.h \
|
||||
gu/list.h \
|
||||
gu/map.h \
|
||||
gu/mem.h \
|
||||
gu/out.h \
|
||||
@@ -57,7 +56,6 @@ libgu_la_SOURCES = \
|
||||
gu/fun.c \
|
||||
gu/hash.c \
|
||||
gu/in.c \
|
||||
gu/list.c \
|
||||
gu/map.c \
|
||||
gu/mem.c \
|
||||
gu/out.c \
|
||||
|
||||
Reference in New Issue
Block a user