/[gcjwebplugin]/gcjwebplugin/src/pluginDebug.h
ViewVC logotype

Diff of /gcjwebplugin/src/pluginDebug.h

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

revision 1.2 by mkoch, Wed Jul 16 05:20:16 2003 UTC revision 1.3 by mkoch, Sat Nov 1 11:08:09 2003 UTC
# Line 36  exception statement from your version. * Line 36  exception statement from your version. *
36    
37  #include <stdio.h>  #include <stdio.h>
38    
39  #define PLUGIN_DEBUG(output) printf (output);  #if 1
40  #define PLUGIN_DEBUG2(output, arg) printf (output, arg);  
41    #define PLUGIN_DEBUG(arg)               g_printerr ("GCJ PLUGIN: %s",          arg)
42    #define PLUGIN_DEBUG2(output, arg)      printf (output, arg);
43    
44    #define PIPE_OUTPUT_DEBUG(arg)          g_printerr ("  PIPE: plugin wrote %s\n", arg)
45    #define PIPE_INPUT_DEBUG(arg)           g_printerr ("  PIPE: plugin read %s\n",  arg)
46    
47    #else
48    
49    #define PLUGIN_DEBUG(output) ;
50    #define PLUGIN_DEBUG2(output, arg) ;
51    #define PIPE_INPUT_DEBUG(arg) ;
52    #define PIPE_OUTPUT_DEBUG(arg) ;
53    
54    #endif

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