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/fuspel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'interpreter/fuspel.h') diff --git a/interpreter/fuspel.h b/interpreter/fuspel.h index 0de4c8c..d89c42e 100644 --- a/interpreter/fuspel.h +++ b/interpreter/fuspel.h @@ -1,5 +1,5 @@ -#ifndef _H_FUSPEL -#define _H_FUSPEL +#ifndef _H_FUSPEL_FUSPEL +#define _H_FUSPEL_FUSPEL struct fuspel *import(struct fuspel *already_parsed, char *name); -- cgit v1.2.3