summaryrefslogtreecommitdiffstats
path: root/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'expr.h')
-rw-r--r--expr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/expr.h b/expr.h
index 0cd08ce..5eff72f 100644
--- a/expr.h
+++ b/expr.h
@@ -14,8 +14,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. *
****************************************************************************/
-#ifndef EXPR_H
-#define EXPR_H
+#ifndef BFS_EXPR_H
+#define BFS_EXPR_H
#include "color.h"
#include "exec.h"
@@ -229,4 +229,4 @@ void dump_expr(CFILE *cfile, const struct expr *expr, bool verbose);
*/
void free_expr(struct expr *expr);
-#endif // EXPR_H
+#endif // BFS_EXPR_H