Make variable expansion work with the new parsing

This commit is contained in:
Michael Stapelberg
2009-09-13 21:32:58 +02:00
parent 2986636e03
commit 7fda4a2c32
3 changed files with 118 additions and 33 deletions

View File

@ -40,6 +40,7 @@ struct Colortriple {
struct Variable {
char *key;
char *value;
char *next_match;
SLIST_ENTRY(Variable) variables;
};