aboutsummaryrefslogtreecommitdiff
path: root/include/builtins.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/builtins.h')
-rw-r--r--include/builtins.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/builtins.h b/include/builtins.h
index 89fb26d..dc2ba65 100644
--- a/include/builtins.h
+++ b/include/builtins.h
@@ -1,7 +1,7 @@
#ifndef BUILTINS_H_
#define BUILTINS_H_
#include <stem.h>
-
+/* TODO: comment this entire thing */
void stemadd(value_t *v);
void stemsub(value_t *v);
void stemmul(value_t *v);