Use c99 instead of ansi due to support int64 in template. Add __LEVEL built-in variab...
[tedtools.git] / tmpl_gram.y
index 82267c3..aa7cebc 100644 (file)
@@ -26,7 +26,7 @@ static GList *makeList2(void *a, void *b);
        char                                            *str;
        char                                            punct;
        int                                                     flags;
-       int                                                     intval;
+       int64_t                                         intval;
        double                                          floatval;
        TemplateNode                            node;
        GList                                           *list;