Changes in uspace/app/sbi/src/stree_t.h [c5cb943d:051bc69a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/stree_t.h
rc5cb943d r051bc69a 639 639 /** Variadic argument or @c NULL if none. */ 640 640 stree_proc_arg_t *varg; 641 642 /** Type of the property */643 struct tdata_item *titem;644 641 } stree_prop_t; 645 642 … … 701 698 struct stree_symbol *symbol; 702 699 703 /** Type expression s referencing inherited CSIs. */704 list_t inherit; /* of stree_texpr_t */700 /** Type expression referencing base CSI. */ 701 stree_texpr_t *base_csi_ref; 705 702 706 703 /** Base CSI. Only available when ancr_state == ws_visited. */ 707 704 struct stree_csi *base_csi; 708 709 /** Types of implemented or accumulated interfaces. */710 list_t impl_if_ti; /* of tdata_item_t */711 705 712 706 /** Node state for ancr walks. */ … … 742 736 typedef enum { 743 737 /** Builtin symbol (interpreter hook) */ 744 sac_builtin, 745 746 /** Static symbol */ 747 sac_static 738 sac_builtin 748 739 } symbol_attr_class_t; 749 740
Note:
See TracChangeset
for help on using the changeset viewer.