diff options
Diffstat (limited to 'include/builtins.h')
-rw-r--r-- | include/builtins.h | 2 |
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); |