From 95f715a61017a48584ac9dc953bfa0ab92aba13f Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 8 Nov 2016 09:37:13 +0100 Subject: Remove leading underscore from _FUSPEL_DEBUG and _FUSPEL_CLI --- interpreter/print.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'interpreter/print.c') 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 #include #include @@ -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) { -- cgit v1.2.3