From 2f0af35773d9f077a8950a3aeb99a78306aeb5cc Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 13 Mar 2022 11:13:01 -0400 Subject: Rename the include guards for the recently renamed headers --- xregex.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xregex.h') diff --git a/xregex.h b/xregex.h index 63cd120..b2f56a5 100644 --- a/xregex.h +++ b/xregex.h @@ -15,8 +15,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * ****************************************************************************/ -#ifndef BFS_REGEX_H -#define BFS_REGEX_H +#ifndef BFS_XREGEX_H +#define BFS_XREGEX_H /** * A compiled regular expression. @@ -94,4 +94,4 @@ void bfs_regfree(struct bfs_regex *regex); */ char *bfs_regerror(const struct bfs_regex *regex); -#endif // BFS_REGEX_H +#endif // BFS_XREGEX_H -- cgit v1.2.3