add variable in c

This commit is contained in:
Isha
2014-02-28 12:23:26 -05:00
parent 03d586aafe
commit 25cc69c3c0
3 changed files with 19 additions and 17 deletions
+1
View File
@@ -12,4 +12,5 @@ void Init_liquid(void)
init_liquid_tokenizer();
init_liquid_block();
init_liquid_variable();
}
+1
View File
@@ -8,6 +8,7 @@
#include "tokenizer.h"
#include "block.h"
#include "utils.h"
#include "variable.h"
extern VALUE mLiquid;
extern VALUE cLiquidTemplate, cLiquidTag, cLiquidVariable;