aboutsummaryrefslogtreecommitdiff
path: root/interpreter/mem.h
diff options
context:
space:
mode:
authorCamil Staps2016-11-08 09:37:51 +0100
committerCamil Staps2016-11-08 09:37:51 +0100
commitd5caef47cee827fa8320e9f1abb83670aac2d08b (patch)
treefc5b8b5ceee977dc36825baa1dbd0932d31b76f9 /interpreter/mem.h
parentRemove leading underscore from _FUSPEL_DEBUG and _FUSPEL_CLI (diff)
Change _H_* to _H_FUSPEL_* for compatibility with other libraries
Diffstat (limited to 'interpreter/mem.h')
-rw-r--r--interpreter/mem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/interpreter/mem.h b/interpreter/mem.h
index 62169e9..9b60e13 100644
--- a/interpreter/mem.h
+++ b/interpreter/mem.h
@@ -1,5 +1,5 @@
-#ifndef _H_MEM
-#define _H_MEM
+#ifndef _H_FUSPEL_MEM
+#define _H_FUSPEL_MEM
#include <stdlib.h>