summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorDavid Leadbeater <dgl@dgl.cx>2011-03-07 18:54:21 +0000
committerNicholas Clark <nick@ccl4.org>2011-03-28 10:21:47 +0100
commit1e54a0f5eb12878354428964c5ccbc59e81ed88b (patch)
tree202a6056ffeaa1ca13b927556d57068dc33cdef9 /uconfig.h
parent01d65469392dfc0a9e7a9b5a1a7770e9306b9213 (diff)
downloadperl-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/uconfig.h b/uconfig.h
index 913ceed477..d1f740d721 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -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: */