home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / intrvews / xgrab.lha / xgrab / include / debug.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-03-06  |  494 b   |  21 lines

  1. /**
  2.    GRAB Graph Layout and Browser System
  3.  
  4.    Copyright (c) 1986, 1988 Regents of the University of California
  5.    Copyright (c) 1989, Tera Computer Company
  6.  **/
  7.  
  8.   /* debug.h -- definitions for debugging */
  9.  
  10. #ifndef debug_h
  11. #define debug_h
  12.  
  13. #include "attribute.h"
  14.  
  15. extern BOOL debug;     /* overall debug flag */
  16. extern BOOL debug1;    /* debug flag for proper.c */
  17. extern BOOL debug2;    /* debug flag for mincross.c */
  18. extern BOOL debug3;    /* debug flag for edge straightening in layout.c */
  19.  
  20. #endif
  21.