Changeset 609 for branches/GNU/src/binutils/intl/textdomain.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/intl/textdomain.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.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. 3 3 Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. 4 4 … … 55 55 #ifdef _LIBC 56 56 # define TEXTDOMAIN __textdomain 57 # define strdup(str) __strdup (str) 57 # ifndef strdup 58 # define strdup(str) __strdup (str) 59 # endif 58 60 #else 59 61 # define TEXTDOMAIN textdomain__ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.