X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ast.h;h=3a474e703368abcd391a53e12d6fb4020a16d104;hb=eeccf731219c13e437ba0eeb5f06363977e67ea3;hp=f27f8767e2ee8c9b5e520fabc678b27a6d4a7020;hpb=a0150688f38afcdef189636afa774100cbc16d74;p=cparser diff --git a/ast.h b/ast.h index f27f876..3a474e7 100644 --- a/ast.h +++ b/ast.h @@ -85,7 +85,8 @@ void change_indent(int delta); typedef enum expression_classification_t { EXPR_CLASS_VARIABLE, EXPR_CLASS_ERROR, - EXPR_CLASS_CONSTANT + EXPR_CLASS_CONSTANT, + EXPR_CLASS_INTEGER_CONSTANT } expression_classification_t; /**