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

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

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

revision 1.6 by neal, Wed Nov 17 16:21:39 2004 UTC revision 1.7 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 78  extern int output_debug; Line 78  extern int output_debug;
78      extern char *program_name;                          \      extern char *program_name;                          \
79      if (output_debug)                                   \      if (output_debug)                                   \
80        printf ("%s:%s: " fmt, program_name,              \        printf ("%s:%s: " fmt, program_name,              \
81                __FUNCTION__, __VA_ARGS__);               \                __FUNCTION__, ##__VA_ARGS__);             \
82    })    })
83    
84  #endif  /* _OUTPUT_H */  #endif  /* _OUTPUT_H */

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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