Ignore:
Timestamp:
Apr 27, 2004, 8:39:34 PM (21 years ago)
Author:
bird
Message:

GCC v3.3.3 sources.

Location:
branches/GNU/src/gcc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc

    • Property svn:ignore
      •  

        old new  
        2626configure.vr
        2727configure.vrs
         28dir.info
        2829Makefile
        29 dir.info
        3030lost+found
        3131update.out
  • branches/GNU/src/gcc/libiberty/getopt.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    337337      else
    338338        {
    339           memset (__mempcpy (new_str, __getopt_nonoption_flags,
    340                              nonoption_flags_max_len),
     339          memset (mempcpy (new_str, __getopt_nonoption_flags,
     340                           nonoption_flags_max_len),
    341341                  '\0', top + 1 - nonoption_flags_max_len);
    342342          nonoption_flags_max_len = top + 1;
     
    448448                nonoption_flags_max_len = -1;
    449449              else
    450                 memset (__mempcpy (__getopt_nonoption_flags, orig_str, len),
     450                memset (mempcpy (__getopt_nonoption_flags, orig_str, len),
    451451                        '\0', nonoption_flags_max_len - len);
    452452            }
Note: See TracChangeset for help on using the changeset viewer.