Changeset 6dbed52 in buchla-68k
- Timestamp:
- 07/17/2017 04:07:19 AM (7 years ago)
- Branches:
- master
- Children:
- 703d4d0
- Parents:
- 499da16
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcio/scan.c
r499da16 r6dbed52 148 148 case 'D': 149 149 lflag = TRUE; 150 /* fall through */ 150 151 151 152 case 'd': … … 157 158 case 'X': 158 159 lflag = TRUE; 160 /* fall through */ 159 161 160 162 case 'x': … … 165 167 case 'O': 166 168 lflag = TRUE; 169 /* fall through */ 167 170 168 171 case 'o': -
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.