/[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.3 by mkoch, Sat Nov 1 11:08:09 2003 UTC revision 1.4 by fitzsim, Thu Nov 6 06:02:12 2003 UTC
# Line 34  obligated to do so.  If you do not wish Line 34  obligated to do so.  If you do not wish
34  exception statement from your version. */  exception statement from your version. */
35    
36    
37  #include <stdio.h>  #include <glib.h>
38    
39  #if 1  #if 1
40    
41  #define PLUGIN_DEBUG(arg)               g_printerr ("GCJ PLUGIN: %s",          arg)  #define PLUGIN_DEBUG(arg)               g_printerr ("GCJ PLUGIN: %s",          arg)
42  #define PLUGIN_DEBUG2(output, arg)      printf (output, arg);  #define PLUGIN_DEBUG2(output, arg)      g_printerr ("GCJ PLUGIN: " output, arg);
43    
44  #define PIPE_OUTPUT_DEBUG(arg)          g_printerr ("  PIPE: plugin wrote %s\n", arg)  #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)  #define PIPE_INPUT_DEBUG(arg)           g_printerr ("  PIPE: plugin read %s\n",  arg)

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

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