From d5caef47cee827fa8320e9f1abb83670aac2d08b Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 8 Nov 2016 09:37:51 +0100 Subject: Change _H_* to _H_FUSPEL_* for compatibility with other libraries --- interpreter/print.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'interpreter/print.h') diff --git a/interpreter/print.h b/interpreter/print.h index aaf12db..01cba66 100644 --- a/interpreter/print.h +++ b/interpreter/print.h @@ -1,5 +1,5 @@ -#ifndef _H_PRINT -#define _H_PRINT +#ifndef _H_FUSPEL_PRINT +#define _H_FUSPEL_PRINT #include "syntax.h" #include "graphs.h" -- cgit v1.2.3