X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ast.h;h=a221ec21eabb9b8e8947e05233de8c76bf7292ac;hb=6f8db408325831c25558eaa99b1d291562f7f65a;hp=9e1dee085b4131c9de9b7ee2ee17f6c60c7dcb18;hpb=0f2ec395207f37e50c10f3572f82cedc90ee36a4;p=cparser diff --git a/ast.h b/ast.h index 9e1dee0..a221ec2 100644 --- a/ast.h +++ b/ast.h @@ -72,6 +72,7 @@ typedef struct if_statement_t if_statement_t; typedef struct switch_statement_t switch_statement_t; typedef struct declaration_statement_t declaration_statement_t; typedef struct expression_statement_t expression_statement_t; +typedef struct computed_goto_statement_t computed_goto_statement_t; typedef struct goto_statement_t goto_statement_t; typedef struct label_statement_t label_statement_t; typedef struct case_label_statement_t case_label_statement_t;