diff options
Diffstat (limited to 'compiler/types.cup')
| -rw-r--r-- | compiler/types.cup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/types.cup b/compiler/types.cup index 2addd95..10a2d6f 100644 --- a/compiler/types.cup +++ b/compiler/types.cup @@ -132,3 +132,4 @@ fn is_struct_or_structptr(typ: Type*): int { return true; return false; } + |