aboutsummaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-03-08 10:05:35 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-03-08 10:05:35 +0100
commit0dff6c5d179aeb9e1ba3fc5f4dd679987e342036 (patch)
treec43ef6a0ef0fe6f684928a226a0f439975b20e01 /parse.h
parentWork on recuring event stream. (diff)
downloadcalp-0dff6c5d179aeb9e1ba3fc5f4dd679987e342036.tar.gz
calp-0dff6c5d179aeb9e1ba3fc5f4dd679987e342036.tar.xz
Remove C vector library.
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h6
1 files changed, 3 insertions, 3 deletions
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.