aboutsummaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/parse.h b/parse.h
index b69bcfa5..f166d502 100644
--- a/parse.h
+++ b/parse.h
@@ -28,8 +28,8 @@ typedef enum {
*/
typedef struct {
char* filename;
- LLIST(strbuf) key_stack;
- LLIST(vcomponent) comp_stack;
+ llist<strbuf> key_stack;
+ llist<vcomponent> comp_stack;
/* Number for unfolded lines */
int line;