diff options
Diffstat (limited to 'ast.h')
| -rw-r--r-- | ast.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,11 +11,11 @@ struct type_ref_node { }; struct int_lit_node { - long long val; + integral_t val; }; struct float_lit_node { - double val; + floating_t val; }; struct char_lit_node { |
