boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

ntoab-inline-defined.after (312B)


      1 /* boot2: drop the helper macro — wrapping `defined()` in a #define body
      2  * is UB per ISO C and triggers -Wexpansion-to-defined. The mes author's
      3  * FIXME comment already had the inlined form; we just promote it. */
      4 #if __M2__ || (!defined (__MESC__and__arm__) && !defined (__TINYC__and__arm__and__BOOTSTRAP))