/[hurd]/hurd-l4/task/output.h
ViewVC logotype

Diff of /hurd-l4/task/output.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by neal, Wed Nov 17 16:21:39 2004 UTC revision 1.3 by neal, Fri Jan 7 11:11:46 2005 UTC
# Line 1  Line 1 
1  /* output.h - Output routines interfaces.  /* output.h - Output routines interfaces.
2     Copyright (C) 2003 Free Software Foundation, Inc.     Copyright (C) 2003, 2005 Free Software Foundation, Inc.
3     Written by Marcus Brinkmann.     Written by Marcus Brinkmann.
4    
5     This file is part of the GNU Hurd.     This file is part of the GNU Hurd.
# Line 43  extern int output_debug; Line 43  extern int output_debug;
43      extern char program_name[];                         \      extern char program_name[];                         \
44      if (output_debug)                                   \      if (output_debug)                                   \
45        printf ("%s:%s: " fmt, program_name,              \        printf ("%s:%s: " fmt, program_name,              \
46                __FUNCTION__, __VA_ARGS__);               \                __FUNCTION__, ##__VA_ARGS__);             \
47    })    })
48    
49    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26