Changeset 984
- Timestamp:
- 07/03/07 01:57:17 (1 year ago)
- Files:
-
- 1.8.2/branches/devel/src/boolexp.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.2/branches/devel/src/boolexp.c
r932 r984 1164 1164 b2->data.ind_lock = st_insert(m ? m : tbuf1, &lock_names); 1165 1165 } else { 1166 b2->data.ind_lock = st_insert(parse_ltype, & atr_names);1166 b2->data.ind_lock = st_insert(parse_ltype, &lock_names); 1167 1167 } 1168 1168 return b2;
