tdf#77964 doc import: 0x1 placeholder is for AS_CHAR
[LibreOffice.git] / external / coinmp / Wnon-c-typedef-for-linkage.patch
blobace749d2347be3912382a4b9ef9be0b316b7da9c
1 --- Clp/src/Clp_C_Interface.h
2 +++ Clp/src/Clp_C_Interface.h
3 @@ -12,9 +12,9 @@
4 #include "Coin_C_defines.h"
6 #if defined (CLP_EXTERN_C)
7 -typedef struct {
8 +struct Clp_Solve {
9 ClpSolve options;
10 -} Clp_Solve;
11 +};
12 #else
13 typedef void Clp_Solve;
14 #endif