diff options
author | Camil Staps | 2016-11-08 09:37:51 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-08 09:37:51 +0100 |
commit | d5caef47cee827fa8320e9f1abb83670aac2d08b (patch) | |
tree | fc5b8b5ceee977dc36825baa1dbd0932d31b76f9 /interpreter/code.h | |
parent | Remove leading underscore from _FUSPEL_DEBUG and _FUSPEL_CLI (diff) |
Change _H_* to _H_FUSPEL_* for compatibility with other libraries
Diffstat (limited to 'interpreter/code.h')
-rw-r--r-- | interpreter/code.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interpreter/code.h b/interpreter/code.h index 250c240..6c7329a 100644 --- a/interpreter/code.h +++ b/interpreter/code.h @@ -1,5 +1,5 @@ -#ifndef _H_CODE -#define _H_CODE +#ifndef _H_FUSPEL_CODE +#define _H_FUSPEL_CODE #include "syntax.h" #include "graphs.h" |