From 8b87dfd6dac40cfa74fbc920998f3107e50dab69 Mon Sep 17 00:00:00 2001 From: Radim Kolar Date: Mon, 8 Jul 2024 12:47:01 +0200 Subject: [PATCH] add SIZEOF_LONG constant --- ChangeLog | 1 + SConstruct | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4b1a387..5bd8b25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22,6 +22,7 @@ Version NEXT exit build if function is unavailable. parsecheck: report if all tests passed / some failed parsecheck: init all fields in testcase results + SConstruct: declare CPP constant SIZEOF_LONG Version 2.8.1b29 - 24 Aug 2019 added scons command line argument without-fspscan=yes for building diff --git a/SConstruct b/SConstruct index 5796f27..38dafd2 100644 --- a/SConstruct +++ b/SConstruct @@ -145,6 +145,8 @@ if not conf.CheckType("union semun", "#include \n#include