[R-pkg-devel] AlgDesign C Issue

2025-03-31 Thread Jerome Braun
Hi! I'm currently the maintainer of AlgDesign, though my C skill is clearly a little too low for the task. It has become necessary for me to fix some issues with the code that had defined true, false, and bool in the header file (wheeler.h). Lines 23 and 24 currently have: #define true 1 #def

Re: [R-pkg-devel] AlgDesign C Issue

2025-03-31 Thread Jerome Braun
> On 2025-03-31 9:28 a.m., Jerome Braun wrote: > > Hi Michael! > > > > I'd like to make the smallest change possible to Bob Wheeler's original > > code so I'm not sure if using is the best route forward. > > > > I do see that the definitions ar

Re: [R-pkg-devel] AlgDesign C Issue

2025-03-31 Thread Jerome Braun
you! -- Jerome On Mon, Mar 31, 2025 at 3:46 AM Michael Chirico wrote: > Do you want to use instead of your macros? > > https://pubs.opengroup.org/onlinepubs/009695399/basedefs/stdbool.h.html > > On Mon, Mar 31, 2025, 12:37 AM Jerome Braun > wrote: > >> Hi! >&