Changeset 988 for vendor/current/lib/replace/strptime.c
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/lib/replace/strptime.c
r414 r988 252 252 int era_cnt; 253 253 { 254 const char *rp_backup;255 254 int cnt; 256 255 size_t val; … … 262 261 int have_mon, have_mday; 263 262 #ifdef _NL_CURRENT 263 const char *rp_backup; 264 264 size_t num_eras; 265 #endif266 265 struct era_entry *era; 266 267 era = NULL; 268 #endif 267 269 268 270 have_I = is_pm = 0; … … 270 272 want_century = 0; 271 273 want_era = 0; 272 era = NULL;273 274 274 275 have_wday = want_xday = have_yday = have_mon = have_mday = 0; … … 300 301 #endif 301 302 303 #ifdef _NL_CURRENT 302 304 /* Make back up of current processing pointer. */ 303 305 rp_backup = rp; 306 #endif 304 307 305 308 switch (*fmt++)
Note:
See TracChangeset
for help on using the changeset viewer.