From 3cdf67e77da64ba1235265836f29b228deca3642 Mon Sep 17 00:00:00 2001 From: data-man Date: Mon, 24 Jan 2022 20:38:00 +0500 Subject: Apply suggestions from code review --- regexp.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'regexp.h') diff --git a/regexp.h b/regexp.h index 14da4d5..8654b58 100644 --- a/regexp.h +++ b/regexp.h @@ -1,6 +1,7 @@ /**************************************************************************** * bfs * - * Copyright (C) 2016-2022 Tavian Barnes * + * Copyright (C) 2022 Tavian Barnes and * + * BFS contributors * * * * Permission to use, copy, modify, and/or distribute this software for any * * purpose with or without fee is hereby granted. * @@ -17,7 +18,7 @@ #ifndef BFS_REGEXP_H #define BFS_REGEXP_H -#ifdef USE_ONIGURUMA +#if BFS_USE_ONIGURUMA == 1 #include #else #include -- cgit v1.2.3