~pac72/ubuntu/lucid/ddd/devel

« back to all changes in this revision

Viewing changes to libiberty/vfprintf.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:
3
3
   Copyright (C) 1998 Free Software Foundation, Inc.
4
4
 */
5
5
 
6
 
#ifdef __STDC__
 
6
#include "ansidecl.h"
 
7
#ifdef ANSI_PROTOTYPES
7
8
#include <stdarg.h>
8
9
#else
9
10
#include <varargs.h>