- Timestamp:
- 07/17/2017 04:07:19 AM (7 years ago)
- Branches:
- master
- Children:
- 703d4d0
- Parents:
- 499da16
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libsm/strtol.c
r499da16 r6dbed52 33 33 case '-': 34 34 neg++; 35 /* fall through */ 35 36 36 case '+': /* fall-through */37 case '+': 37 38 c = *++str; 39 /* fall through */ 38 40 } 39 41 }
Note:
See TracChangeset
for help on using the changeset viewer.