# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/coin-glpk/hotfix-bool.patch # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- ThirdParty-Glpk-releases-1.10.7/glpk/src/minisat/minisat.h.vanilla 2026-04-29 16:37:19.741376585 +0300 +++ ThirdParty-Glpk-releases-1.10.7/glpk/src/minisat/minisat.h 2026-04-29 16:37:27.111902806 +0300 @@ -34,7 +34,7 @@ /*====================================================================*/ /* Simple types: */ -typedef int bool; +//typedef int bool; #define true 1 #define false 0