Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/tdata_t.h

    r23de644 r37f527b  
    8484
    8585typedef enum {
    86         /** Primitive type item */
    8786        tic_tprimitive,
    88         /** Object type item */
    8987        tic_tobject,
    90         /** Array type item */
    9188        tic_tarray,
    92         /** Generic type item */
    9389        tic_tgeneric,
    94         /** Function type item */
    95         tic_tfun,
    96         /** Special error-recovery type item */
    97         tic_ignore
     90        tic_tfun
    9891} titem_class_t;
    9992
Note: See TracChangeset for help on using the changeset viewer.