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/intl/textdomain.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    1 /* Implementation of the textdomain(3) function
    2    Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
     1/* Implementation of the textdomain(3) function.
     2   Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
    33   Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
    44
     
    5555#ifdef _LIBC
    5656# define TEXTDOMAIN __textdomain
    57 # define strdup(str) __strdup (str)
     57# ifndef strdup
     58#  define strdup(str) __strdup (str)
     59# endif
    5860#else
    5961# define TEXTDOMAIN textdomain__
Note: See TracChangeset for help on using the changeset viewer.