~pac72/ubuntu/lucid/ddd/devel

« back to all changes in this revision

Viewing changes to libiberty/obstack.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Schepler
  • Date: 2004-07-22 03:49:37 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040722034937-cysl08t1jvba4jrx
Tags: 1:3.3.9-3
USERINFO has been renamed to USERINFO.txt; adjust debian/rules code
to match, to get correct information on the About DDD dialog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
   Copyright (C) 1988,89,90,91,92,93,94,96,97 Free Software Foundation, Inc.
3
3
 
4
4
 
5
 
   NOTE: The canonical source of this file is maintained with the GNU C Library.
6
 
   Bugs can be reported to bug-glibc@gnu.org.
 
5
   NOTE: This source is derived from an old version taken from the GNU C
 
6
   Library (glibc).
7
7
 
8
8
   This program is free software; you can redistribute it and/or modify it
9
9
   under the terms of the GNU General Public License as published by the
451
451
 
452
452
/* Define the error handler.  */
453
453
#ifndef _
454
 
# ifdef HAVE_LIBINTL_H
 
454
# if (HAVE_LIBINTL_H && ENABLE_NLS) || defined _LIBC
455
455
#  include <libintl.h>
456
456
#  ifndef _
457
457
#   define _(Str) gettext (Str)