diff options
Diffstat (limited to 'foci.h')
-rw-r--r-- | foci.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -94,8 +94,7 @@ extern void foci_putchar(int); extern int foci_getchar(void); void init(intptr_t *dictmem); -int depth(void); -int rdepth(void); +int foci_depth(void); int compiling(void); void interpret(void); void define(const struct word_t *w); |