Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/libiberty/getopt.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    8484/* This is for other GNU distributions with internationalized messages.
    8585   When compiling libc, the _ macro is predefined.  */
    86 # ifdef HAVE_LIBINTL_H
     86# if (HAVE_LIBINTL_H && ENABLE_NLS) || defined _LIBC
    8787#  include <libintl.h>
    8888#  define _(msgid)      gettext (msgid)
     
    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.