remove unsupported option omit-leaf-frame-pointer option
[cparser] / ast_t.h
diff --git a/ast_t.h b/ast_t.h
index 2f6d28c..15d8735 100644 (file)
--- a/ast_t.h
+++ b/ast_t.h
@@ -265,7 +265,7 @@ struct literal_expression_t {
        symbol_t          *suffix;
 
        /* ast2firm data */
-       tarval            *target_value;
+       ir_tarval         *target_value;
 };
 
 struct string_literal_expression_t {