summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-11-03 19:33:48 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2019-11-03 19:33:48 -0500
commitdb354b0994e4606d8f27e17dc24dbc81f0113c7a (patch)
treeebc727cf2298ecd13052f000ad0fb49cc0aa5cf1 /main.c
parent7a135cb2d258fee49880d3dd9f5f43096bd73331 (diff)
started to get user-defined types to work with pointers to future types
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index b16ca4a..436bcd4 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,7 @@
/*
TODO:
pointers to futurely-declared types (or to this type)
+make sure futurely/currently-declared types are *only* used by pointer
for
+=, -=, *=, /=
compile-time arguments