summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-03-16 19:24:02 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2020-03-16 19:24:02 -0400
commita48fdca56dfb7cab319789fb51b2d8959cf04c84 (patch)
treefdf19c1debd02dbd8cbdfde6e2b434736c29c9c2 /main.c
parent81e79161151912c86c6892bf8d4349360826c971 (diff)
sizeof, alignof
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index 8b01d85..9e971fc 100644
--- a/main.c
+++ b/main.c
@@ -8,8 +8,7 @@
/*
TODO:
-make #sizeof always take a Type
-sizeof (not #sizeof)
+cast varargs, not integer literals in cgen
- make new(s) and del functions!
defer
&&, ||