debug.par 549 B

1234567891011121314151617181920
  1. /* This file is part of the software similarity tester SIM.
  2. Written by Dick Grune, Vrije Universiteit, Amsterdam.
  3. $Id: debug.par,v 1.3 1998/02/03 14:28:21 dick Exp $
  4. */
  5. #undef DB_FORW_REF /* print & check forward references */
  6. #undef DB_TEXT /* print all text parts */
  7. #undef DB_POS /* print positions in files */
  8. #undef DB_NL_BUFF /* print the newline count buffer */
  9. #undef DB_RUN /* print all identified runs */
  10. #ifdef lint
  11. #define DB_FORW_REF
  12. #define DB_TEXT
  13. #define DB_POS
  14. #define DB_NL_BUFF
  15. #define DB_RUN
  16. #endif /* lint */