aboutsummaryrefslogtreecommitdiff
path: root/src/regexp_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/regexp_defs.h')
-rw-r--r--src/regexp_defs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regexp_defs.h b/src/regexp_defs.h
index a4eaa8d0a5..5bed390636 100644
--- a/src/regexp_defs.h
+++ b/src/regexp_defs.h
@@ -9,8 +9,8 @@
* NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE
*/
-#ifndef _REGEXP_H
-#define _REGEXP_H
+#ifndef NEOVIM_REGEXP_DEFS_H
+#define NEOVIM_REGEXP_DEFS_H
#include "pos.h"
@@ -146,4 +146,4 @@ struct regengine {
#endif
};
-#endif /* _REGEXP_H */
+#endif // NEOVIM_REGEXP_DEFS_H