Changeset 3067
- Timestamp:
- Apr 9, 2007, 12:16:11 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/src/emxomf/stabshll.c
r3060 r3067 2206 2206 grow_by (&g1, 1); 2207 2207 tf = &tmp_fields[g1.count++]; 2208 tf->type = NULL; 2209 tf->offset = 0; 2208 2210 tf->flags = VIS_PUBLIC; 2209 2211 tf->name = strpool_addn (str_pool, parse_ptr, n); 2210 tf->mnglname = NULL;2212 tf->mnglname = tf->sname = NULL; 2211 2213 parse_ptr = p1 + 1; 2212 2214 if (*parse_ptr == ':')
Note:
See TracChangeset
for help on using the changeset viewer.