From 2a49e4e1d64ef2df0bb2a8a3822f7fa1048e687f Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Tue, 17 Sep 2013 12:45:00 +0000 Subject: a major refactoring in the C runtime. GuList is now removed and replaced with GuSeq. The GuSeq/GuBuf API is simplified --- src/runtime/c/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/runtime/c/Makefile.am') diff --git a/src/runtime/c/Makefile.am b/src/runtime/c/Makefile.am index 8fcbe847f..daf178aea 100644 --- a/src/runtime/c/Makefile.am +++ b/src/runtime/c/Makefile.am @@ -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 \ -- cgit v1.2.3