summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-05-15 16:28:08 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-05-15 16:28:08 +0000
commit4682965a1447ea44ca0e54daf6511745b18aef6c (patch)
tree16a22da461acabb6195ecc6ed170c84a5ee5ea85 /perl.h
parent3acd27eec7b2f3a97d98cb76eaeef38ac289882b (diff)
downloadperl-4682965a1447ea44ca0e54daf6511745b18aef6c.tar.gz
Patch from Sarathy to fix up win32 integration. Patch from Jarkko
(manually applied and tweaked) to fix up SysV IPC semaphores for Solaris and Linux (pre-glibc and glibc). Fix up t/op/ipcmsg.t and t/op/ipcsem.t for platforms which wanted to skip test. Completely disable ipcsem.t since it doesn't seem to work properly even when not skipped. This is _65. p4raw-id: //depot/perl@988
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/perl.h b/perl.h
index 3f97dc20d2..fc9606438a 100644
--- a/perl.h
+++ b/perl.h
@@ -710,15 +710,6 @@ Free_t Perl_free _((Malloc_t where));
# endif
#endif
-/* XXX Experimental set-up for long long. Just add -DUSE_LONG_LONG
- to your ccflags. --Andy Dougherty 4/1998
-*/
-#ifdef USE_LONG_LONG
-# if defined(HAS_LONG_LONG) && LONGLONGSIZE == 8
-# define Quad_t long long
-# endif
-#endif
-
#ifdef Quad_t
# define HAS_QUAD
typedef Quad_t IV;