diff options
author | Camil Staps | 2016-11-08 09:37:13 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-08 09:37:13 +0100 |
commit | 95f715a61017a48584ac9dc953bfa0ab92aba13f (patch) | |
tree | e069cc0cd9334333419fd82f8ef12f169d2d5e6f /interpreter/print.h | |
parent | examples (diff) |
Remove leading underscore from _FUSPEL_DEBUG and _FUSPEL_CLI
Diffstat (limited to 'interpreter/print.h')
-rw-r--r-- | interpreter/print.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interpreter/print.h b/interpreter/print.h index 43a9d19..aaf12db 100644 --- a/interpreter/print.h +++ b/interpreter/print.h @@ -15,7 +15,7 @@ void print_fuspel(struct fuspel*); void print_node(struct node*); -#ifdef _FUSPEL_DEBUG +#ifdef FUSPEL_DEBUG struct visited_nodes { struct node *node; struct visited_nodes *next; |