view Paper/source/reswords.c @ 61:2c543a47737b

modify explanation of fastcall
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Mon, 26 Dec 2011 11:18:47 +0900
parents e07c7952f237
children
line wrap: on
line source

const struct c_common_resword c_common_reswords[] =
  {
    { "_Bool",            RID_BOOL,      D_CONLY },
    { "_Complex",         RID_COMPLEX,    0 },
    :
    /* CbC project */
    { "__code",         RID_CbC_CODE,   0 },
    :