diff options
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index b6b9947125..0b82f91298 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -2923,6 +2923,10 @@ i_malloc (i_malloc.U): This variable conditionally defines the I_MALLOC symbol, and indicates whether a C program should include <malloc.h>. +i_mallocmalloc (i_mallocmalloc.U): + This variable conditionally defines the I_MALLOCMALLOC symbol, + and indicates whether a C program should include <malloc/malloc.h>. + i_math (i_math.U): This variable conditionally defines the I_MATH symbol, and indicates whether a C program may include <math.h>. |