From a60ef1802a36f2f2a5611564191440ea1c1e2f17 Mon Sep 17 00:00:00 2001 From: Stefan Eßer Date: Sun, 19 Sep 2021 14:41:20 +0200 Subject: vendor/bc: update to upstream version 5.0.2 --- include/vector.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/vector.h') diff --git a/include/vector.h b/include/vector.h index 8f7cbbcc2b50..c35d22c9eff7 100644 --- a/include/vector.h +++ b/include/vector.h @@ -441,7 +441,7 @@ void bc_slabvec_print(BcVec *v, const char *func); * contain @a s. * @param s The source string. */ -#define strcpy(d, l, s) strcpy(d, s) +#define bc_strcpy(d, l, s) strcpy(d, s) #else // _WIN32 @@ -452,7 +452,7 @@ void bc_slabvec_print(BcVec *v, const char *func); * contain @a s. * @param s The source string. */ -#define strcpy(d, l, s) strcpy_s(d, l, s) +#define bc_strcpy(d, l, s) strcpy_s(d, l, s) #endif // _WIN32 -- cgit v1.3