From 0dff6c5d179aeb9e1ba3fc5f4dd679987e342036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 8 Mar 2019 10:05:35 +0100 Subject: Remove C vector library. --- parse.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'parse.h') diff --git a/parse.h b/parse.h index 238c8cd0..53263b4c 100644 --- a/parse.h +++ b/parse.h @@ -7,9 +7,9 @@ #include "strbuf.h" #include "vcal.h" -#define TYPE vcomponent -#include "linked_list.h" -#undef TYPE +// #define TYPE vcomponent +// #include "linked_list.h" +// #undef TYPE /* * The standard says that no line should be longer than 75 octets. -- cgit v1.2.3