diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2006-05-22 17:39:47 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2006-05-22 17:39:47 +0000 |
commit | f59c92c621b7937af4c128d98c292e91602e95f1 (patch) | |
tree | 1c867f17f14a39bb745f5d17d382d6f5414cd30b /handy.h | |
parent | a2d23ec243cb32ad5ac90ab8101b59ec7d77e541 (diff) | |
download | perl-f59c92c621b7937af4c128d98c292e91602e95f1.tar.gz |
If I needed this now, I'll probably need it next time too :)
p4raw-id: //depot/perl@28284
Diffstat (limited to 'handy.h')
-rw-r--r-- | handy.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -175,7 +175,7 @@ typedef U64TYPE U64; #endif /* HMB H.Merijn Brand - a placeholder for preparing Configure patches */ -#if defined(HAS_MALLOC_SIZE) && defined(HAS_SNPRINTF) && defined(HAS_VSNPRINTF) +#if defined(HAS_MALLOC_SIZE) && defined(HAS_SNPRINTF) && defined(HAS_HAS_C99_VARIADIC_MACROS) /* Not (yet) used at top level, but mention them for metaconfig */ #endif |