Salome HOME
Update configuration for version 9.7.0
[tools/configuration.git] / config / patches / pyqt5sip.001_sipBool.patch
1 --- PyQt5_sip-12.8.1/sipint.h   2020-08-29 13:27:37.000000000 +0300
2 +++ PyQt5_sip-12.8.1/sipint.h.new       2021-03-17 12:06:11.287544763 +0300
3 @@ -177,9 +177,9 @@
4  void sipOMAddObject(sipObjectMap *om, sipSimpleWrapper *val);
5  int sipOMRemoveObject(sipObjectMap *om, sipSimpleWrapper *val);
6  
7 -#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
8 +//#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
9  #define sipSetBool(p, v)    (*(_Bool *)(p) = (v))
10 -#endif
11 +//#endif
12  
13  
14  #ifdef __cplusplus