From 7d68aac4a50ab4d4881832bc7de568c2b5d4ea8b Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 8 Jan 2018 21:39:21 -0500 Subject: Minor header cleanups --- expr.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'expr.h') 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 -- cgit v1.2.3