From fad2a035cbd3194faf7b03ff7fd6e47720827ff1 Mon Sep 17 00:00:00 2001 From: Mustafa Quraish Date: Mon, 7 Feb 2022 03:07:52 -0500 Subject: Add missing files to self-hosted directory ... Someone forgot to add them into the repo for a while. --- compiler/types.cup | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/types.cup') 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; } + -- cgit v1.2.3