Changeset 1391 for branches/GNU/src/gcc/libiberty/getopt.c
- Timestamp:
- Apr 27, 2004, 8:39:34 PM (21 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 dir.info 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/libiberty/getopt.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1390 r1391 337 337 else 338 338 { 339 memset ( __mempcpy (new_str, __getopt_nonoption_flags,340 339 memset (mempcpy (new_str, __getopt_nonoption_flags, 340 nonoption_flags_max_len), 341 341 '\0', top + 1 - nonoption_flags_max_len); 342 342 nonoption_flags_max_len = top + 1; … … 448 448 nonoption_flags_max_len = -1; 449 449 else 450 memset ( __mempcpy (__getopt_nonoption_flags, orig_str, len),450 memset (mempcpy (__getopt_nonoption_flags, orig_str, len), 451 451 '\0', nonoption_flags_max_len - len); 452 452 } -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.