From 226e98b5fb330449996801dcbaa1a7b044d711ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 10 Feb 2019 01:05:15 +0100 Subject: Minor general cleanup. --- parse.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'parse.h') diff --git a/parse.h b/parse.h index ad1cebc2..c02c07c8 100644 --- a/parse.h +++ b/parse.h @@ -20,17 +20,12 @@ */ #define SEGSIZE 75 -#define LINE(nr, key, value) fprintf(stderr, "(%i) %i: [%s] := [%s]\n", __LINE__, nr, key, value); +// #define LINE(nr, key, value) fprintf(stderr, "(%i) %i: [%s] := [%s]\n", __LINE__, nr, key, value); typedef enum { p_key, p_value, p_param_name, p_param_value } part_context; -typedef enum { - s_none = 1, s_calendar, s_event, - s_skip -} scope_context; - typedef struct { char* filename; LLIST(strbuf) key_stack; -- cgit v1.2.3