diff options
Diffstat (limited to 'interpreter/graphs.h')
-rw-r--r-- | interpreter/graphs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interpreter/graphs.h b/interpreter/graphs.h index 6c82bcc..28f81a9 100644 --- a/interpreter/graphs.h +++ b/interpreter/graphs.h @@ -1,5 +1,5 @@ -#ifndef _H_GRAPHS -#define _H_GRAPHS +#ifndef _H_FUSPEL_GRAPHS +#define _H_FUSPEL_GRAPHS #include <stdbool.h> #include "syntax.h" |