From d5e1fa835e46dac2e1729e73c5e6743ef78714c7 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 30 Jan 2024 18:35:35 -0500 Subject: fix to compile under c89 --- src/string/strcpy.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/string') diff --git a/src/string/strcpy.c b/src/string/strcpy.c index a7785c27..1f80e41b 100644 --- a/src/string/strcpy.c +++ b/src/string/strcpy.c @@ -2,8 +2,6 @@ #include "_safety.h" #undef strcpy -#undef strcpy - /** copy string **/ char * strcpy(char * restrict s1, const char * restrict s2) -- cgit v1.2.1