summaryrefslogtreecommitdiffstats
path: root/eval.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2018-01-08 21:39:21 -0500
committerTavian Barnes <tavianator@tavianator.com>2018-01-08 21:39:21 -0500
commit7d68aac4a50ab4d4881832bc7de568c2b5d4ea8b (patch)
tree5ed8c3c1958138daefd31d035945432d54088f79 /eval.h
parent51da1abc549a6642a721371427b31f5990959fad (diff)
downloadbfs-7d68aac4a50ab4d4881832bc7de568c2b5d4ea8b.tar.xz
Minor header cleanups
Diffstat (limited to 'eval.h')
-rw-r--r--eval.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/eval.h b/eval.h
index f190703..5bf1682 100644
--- a/eval.h
+++ b/eval.h
@@ -14,8 +14,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. *
****************************************************************************/
-#ifndef EVAL_H
-#define EVAL_H
+#ifndef BFS_EVAL_H
+#define BFS_EVAL_H
#include "expr.h"
@@ -70,4 +70,4 @@ bool eval_and(const struct expr *expr, struct eval_state *state);
bool eval_or(const struct expr *expr, struct eval_state *state);
bool eval_comma(const struct expr *expr, struct eval_state *state);
-#endif // EVAL_H
+#endif // BFS_EVAL_H