Skip to content

Commit f342636

Browse files
committed
Remove bad strcpy declaration
1 parent 748380c commit f342636

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

runtime/flang/global.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ typedef char sbool; /* short boolean (for use in large structs) */
8080
#define assert(ex)
8181
#endif
8282

83-
extern char *strcpy();
8483
#define STASH(str) (strcpy((char *)malloc(strlen(str) + 1), str))
8584

8685
/* defs used by __fortio_error */

0 commit comments

Comments
 (0)