/[antiright]/antiright/lib/library.h
ViewVC logotype

Diff of /antiright/lib/library.h

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

revision 1.8 by jefbed, Thu Aug 19 00:31:31 2004 UTC revision 1.9 by jefbed, Mon Aug 23 01:15:56 2004 UTC
# Line 158  antiright_get_values(Widget widget); Line 158  antiright_get_values(Widget widget);
158     unattached widget.  */     unattached widget.  */
159  enum{ANTIRIGHT_NONE=-1};  enum{ANTIRIGHT_NONE=-1};
160  /* This is a debug marking function.  */  /* This is a debug marking function.  */
161  #define ARBUG                                   \  #define ARBUG                                           \
162    {                                             \    {                                                     \
163      printf("%s: %d\n", __FILE__, __LINE__);     \      fprintf(stderr, "%s: %d\n", __FILE__, __LINE__);    \
164      fflush(stdout);                             \      fflush(stdout);                                     \
165    }                                             \    }
166    
167  Widget  Widget
168  antiright_widget(Widget parent, WidgetClass widget_class);  antiright_widget(Widget parent, WidgetClass widget_class);
169    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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