X-Git-Url: http://www.sigaev.ru/git/gitweb.cgi?a=blobdiff_plain;f=tmpl_gram.y;fp=tmpl_gram.y;h=aa7cebc9007831dde6ceca7259bf076988639d1b;hb=d557db7aa43147cea75e205e09ac933f61d7eb26;hp=82267c3254e095b52312d51f51389b37f8d04d12;hpb=3e4497d3a6e8bce7c73bbf46707f84a0ab0c7543;p=tedtools.git diff --git a/tmpl_gram.y b/tmpl_gram.y index 82267c3..aa7cebc 100644 --- a/tmpl_gram.y +++ b/tmpl_gram.y @@ -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;