]> pd.if.org Git - pdclib.old/blobdiff - functions/string/strdup.c
* New feature check macro system. See _PDCLIB_aux.h for details
[pdclib.old] / functions / string / strdup.c
index ac2200e599080243ef9e33d51bb8328e274999d1..6ed0f832feef21b29ec9871c622c6661c75a7b4b 100644 (file)
@@ -9,7 +9,6 @@
 \r
 #ifndef REGTEST\r
 \r
-#pragma weak strdup\r
 char *strdup(const char *s)\r
 {\r
     char* ns = NULL;\r