libk  Diff

Differences From Artifact [ebd330ccf3]:

To Artifact [88fed336c0]:


     1      1   dnl kcore/type.h.m → <k/type.h>
     2      2   dnl ~ lexi hale <lexi@hale.su>
     3      3   dnl this file gathers information on the environment it's
     4      4   dnl being compiled in, defining types that our code
     5      5   dnl needs. it will be emitted as <k/type.h>.
     6      6   dnl vim: ft=c
            7  +include(`typesize.m')
     7      8   changequote(`“',`”')
     8      9   #ifndef KItype
     9     10   #define KItype
    10     11   
    11     12   /* we define 64-bit types first due to an oddity in how
    12     13    * 128-bit types are handled: we want kc_?big to reference
    13     14    * the absolute largest type available to the compiler,