Changeset 85edb3 in git
- Timestamp:
- Feb 27, 2010, 3:21:49 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- de96671c5a8df105dc395a07cd6af4e9df75af2c
- Parents:
- 3e28dd89f7e7631e98076dae55ebe141f473a1df
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/fegetopt.c
r3e28dd r85edb3 573 573 { 574 574 char c = *nextchar++; 575 c har *temp = my_index (optstring, c);575 const char *temp = my_index (optstring, c); 576 576 577 577 /* Increment `fe_optind' when we start to process its last character. */
Note: See TracChangeset
for help on using the changeset viewer.