X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Porting%2FGlossary;h=43723bb230d6f6f588772dbb8d6c9649655cbebd;hb=236afa0aa46ede1fe5f6b4825a5e6c14d27b0929;hp=35e0e8b36eccf75abe637fbd3a41aaf2fd44b1b4;hpb=1d8961043b9b86e13dafc590cceb9dd2c36fc93e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Porting/Glossary b/Porting/Glossary index 35e0e8b..43723bb 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -482,6 +482,11 @@ d_bzero (d_bzero.U): This variable conditionally defines the HAS_BZERO symbol if the bzero() routine is available to set memory to 0. +d_c99_variadic_macros (d_c99_variadic.U): + This variable conditionally defines the HAS_C99_VARIADIC_MACROS + symbol, which indicates to the C program that C99 variadic macros + are available. + d_casti32 (d_casti32.U): This variable conditionally defines CASTI32, which indicates whether the C compiler can cast large floats to 32-bit ints.