Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tests/GccExtensions.c

    r55ba7339 rb1d6dd5  
    1919    __signed s2;
    2020
    21     __otypeof(s1) t1;
    22     __otypeof__(s1) t2;
     21    __typeof(s1) t1;
     22    __typeof__(s1) t2;
    2323
    2424    __volatile int v1;
Note: See TracChangeset for help on using the changeset viewer.