On Sun, Feb 03, 2019 at 01:55:06AM +0000, Ramsay Jones wrote: > On 02/02/2019 23:53, Luc Van Oostenryck wrote: ... > > + /* fall-through */ > > + case MACH_I386: > > + predefine("__i386__", 1, "1"); > > + predefine("__i386", 1, "1"); > > + break; > > } > > } > > These are usually set by cgcc (no reason why sparse can't, of course), > but there are some missing/slightly different values in cgcc. It may > be as well to 'harmonize' the 'specs' used by cgcc and sparse. Indeed, thanks for noticing this. -- Luc