aboutsummaryrefslogtreecommitdiff
path: root/interpreter/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'interpreter/print.c')
-rw-r--r--interpreter/print.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/interpreter/print.c b/interpreter/print.c
index e1ed9ed..d5134c9 100644
--- a/interpreter/print.c
+++ b/interpreter/print.c
@@ -1,6 +1,6 @@
#include "print.h"
-#ifdef _FUSPEL_DEBUG
+#ifdef FUSPEL_DEBUG
#include <inttypes.h>
#include <stdbool.h>
#include <string.h>
@@ -135,7 +135,7 @@ void print_node(struct node *node) {
my_free(e);
}
-#ifdef _FUSPEL_DEBUG
+#ifdef FUSPEL_DEBUG
static unsigned int file_count = 0;
void free_visited_nodes(struct visited_nodes *list) {