aboutsummaryrefslogtreecommitdiff
path: root/compiler/types.cup
diff options
context:
space:
mode:
authorMustafa Quraish <[email protected]>2022-02-07 03:07:52 -0500
committerMustafa Quraish <[email protected]>2022-02-07 03:18:08 -0500
commitfad2a035cbd3194faf7b03ff7fd6e47720827ff1 (patch)
tree2143b2e63ab6f49b169f12dc2f481b97a633b261 /compiler/types.cup
parent[cup] Add support for `here` keyword + fix `putu_buffer` bug (diff)
downloadcup-fad2a035cbd3194faf7b03ff7fd6e47720827ff1.tar.xz
cup-fad2a035cbd3194faf7b03ff7fd6e47720827ff1.zip
Add missing files to self-hosted directory
... Someone forgot to add them into the repo for a while.
Diffstat (limited to 'compiler/types.cup')
-rw-r--r--compiler/types.cup1
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;
}
+