From bd31be4baa3ee68abdb92c0db3200efe0fad903b Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Wed, 14 Sep 2011 14:03:31 +0200 Subject: Probe for , and if found use it in handy.h This means that the core uses the compiler's bool type if one exists. This avoids potential problems of clashes between perl's own implementation of bool and the compiler's bool type, which otherwise occur when one attempts to include headers which in turn include . Signed-off-by: H.Merijn Brand --- Porting/Glossary | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Porting/Glossary') diff --git a/Porting/Glossary b/Porting/Glossary index 9134dfa1b6..ceed6a5e58 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -3164,6 +3164,11 @@ i_stdarg (i_varhdr.U): indicates to the C program that exists and should be included. +i_stdbool (i_stdbool.U): + This variable conditionally defines the I_STDBOOL symbol, which + indicates to the C program that exists and should + be included. + i_stddef (i_stddef.U): This variable conditionally defines the I_STDDEF symbol, which indicates to the C program that exists and should -- cgit v1.2.1