Ignore:
File:
1 edited

Legend:

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

    rc5cb943d r051bc69a  
    639639        /** Variadic argument or @c NULL if none. */
    640640        stree_proc_arg_t *varg;
    641 
    642         /** Type of the property */
    643         struct tdata_item *titem;
    644641} stree_prop_t;
    645642
     
    701698        struct stree_symbol *symbol;
    702699
    703         /** Type expressions referencing inherited CSIs. */
    704         list_t inherit; /* of stree_texpr_t */
     700        /** Type expression referencing base CSI. */
     701        stree_texpr_t *base_csi_ref;
    705702
    706703        /** Base CSI. Only available when ancr_state == ws_visited. */
    707704        struct stree_csi *base_csi;
    708 
    709         /** Types of implemented or accumulated interfaces. */
    710         list_t impl_if_ti; /* of tdata_item_t */
    711705
    712706        /** Node state for ancr walks. */
     
    742736typedef enum {
    743737        /** Builtin symbol (interpreter hook) */
    744         sac_builtin,
    745 
    746         /** Static symbol */
    747         sac_static
     738        sac_builtin
    748739} symbol_attr_class_t;
    749740
Note: See TracChangeset for help on using the changeset viewer.