/[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.2 by marcus, Sun Sep 7 22:13:04 2003 UTC revision 1.3 by marcus, Mon Sep 8 14:23:17 2003 UTC
# Line 62  void putchar (int chr); Line 62  void putchar (int chr);
62    
63  void printf (const char *fmt, ...);  void printf (const char *fmt, ...);
64    
65    /* True if debug mode is enabled.  */
66    extern int output_debug;
67    
68    /* Print a debug message.  */
69    #define debug(...) do { if (output_debug) printf (__VA_ARGS__); } while (0)
70    
71  #endif  /* _OUTPUT_H */  #endif  /* _OUTPUT_H */

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