Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/prelude/extras.regx

    r201aeb9 rab54968b  
    11typedef.* size_t;
    22typedef.* ptrdiff_t;
     3typedef.* __int8_t;
     4typedef.* __int16_t;
     5typedef.* __int32_t;
     6typedef.* __int64_t;
     7typedef.* __uint8_t;
     8typedef.* __uint16_t;
     9typedef.* __uint32_t;
     10typedef.* __uint64_t;
    311typedef.* int8_t;
    412typedef.* int16_t;
Note: See TracChangeset for help on using the changeset viewer.