summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2013-09-05 22:29:02 -0300
committerBrian Fraser <fraserbn@gmail.com>2013-09-21 08:47:41 -0300
commitda1c03c4433ea55e5bff07372128bcbb974c03a7 (patch)
tree494ecd82a5d596346f01b467acb26a8f571fe9db /perl.h
parent24d147a6349f969954a198149da3c250a48e8f5b (diff)
downloadperl-da1c03c4433ea55e5bff07372128bcbb974c03a7.tar.gz
Removed the ifdefs for BUGGY_MSC and BUGGY_MSC6
These are leftovers from the perl 4 era config.h.
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl.h b/perl.h
index fa800a32de..6384e6c49b 100644
--- a/perl.h
+++ b/perl.h
@@ -957,9 +957,6 @@ EXTERN_C int usleep(unsigned int);
extern int memcmp (char*, char*, int);
# endif
# endif
-# ifdef BUGGY_MSC
-# pragma function(memcmp)
-# endif
#else
# ifndef memcmp
# define memcmp my_memcmp