diff options
Diffstat (limited to 'ast.h')
| -rw-r--r-- | ast.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ struct str_lit_node { }; struct var_ref_node { - char* ident; + struct var_def* def_ref; }; struct var_decl_node { |
![]() |
index : cflems/ccc.git | |
| Carson's C Compiler | Carson Fleming |
| summaryrefslogtreecommitdiff |