diff options
author | David Leadbeater <dgl@dgl.cx> | 2011-03-07 18:54:21 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-03-28 10:21:47 +0100 |
commit | 1e54a0f5eb12878354428964c5ccbc59e81ed88b (patch) | |
tree | 202a6056ffeaa1ca13b927556d57068dc33cdef9 /uconfig.h | |
parent | 01d65469392dfc0a9e7a9b5a1a7770e9306b9213 (diff) | |
download | perl-1e54a0f5eb12878354428964c5ccbc59e81ed88b.tar.gz |
microperl: On (at least) OS X and Linux stddef.h is needed for ptrdiff_t
This shouldn't hurt on other system either.
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -713,7 +713,7 @@ * This symbol, if defined, indicates that <stddef.h> exists and should * be included. */ -/*#define I_STDDEF / **/ +#define I_STDDEF /**/ /* I_STDLIB: * This symbol, if defined, indicates that <stdlib.h> exists and should @@ -4687,5 +4687,5 @@ /* Generated from: * 323778627146f2762cd41f4dd1db6659f59006ec9bcaaf6bcc645d0380dda938 config_h.SH - * 0a1e8a170495d354031144ac47835fc8f8fc03739bc761d973cc3a4aa347797e uconfig.sh + * 88e2345cc35c7e487688d8fa408da4da757067afcec4dd4e0698c31d25630026 uconfig.sh * ex: set ro: */ |