Changes in uspace/app/sbi/src/run_expr.c [05b59393:dc12262] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/run_expr.c
r05b59393 rdc12262 2886 2886 /* Is it static/nonstatic? */ 2887 2887 var_sn = stree_symbol_has_attr( 2888 var_to_symbol(var), sac_static) ? sn_static : sn_nonstatic;2888 var_to_symbol(var), sac_static); 2889 2889 if (var_sn == sn) { 2890 2890 /* Compute field type. XXX Memoize. */
Note:
See TracChangeset
for help on using the changeset viewer.