Changeset 036707 in git
- Timestamp:
- Jun 5, 1997, 3:53:40 PM (26 years ago)
- Branches:
- (u'spielwiese', 'a7324b6e0b44a1a8ed3fa4d9ca3e2ff210ddd52c')
- Children:
- 4f9ae6a6eb8da1c85be97e6a95dc85bee4e5edb1
- Parents:
- ae10cf7f5ed7fea08723b7e507d4e311520cb009
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/debug.h
rae10cf r036707 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: debug.h,v 1. 3 1997-05-14 15:57:33schmidt Exp $ */2 /* $Id: debug.h,v 1.4 1997-06-05 13:53:40 schmidt Exp $ */ 3 3 4 4 /* 5 5 $Log: not supported by cvs2svn $ 6 Revision 1.3 1997/05/14 15:57:33 schmidt 7 o undefines DEBUGOUTPUT if #define NDEBUG is set now 8 6 9 Revision 1.2 1997/04/15 11:01:49 schmidt 7 10 macro DEBOUTLN sightly simplified … … 11 14 12 15 */ 13 14 /* This is for compatibility with standard assert.h */15 #ifdef NDEBUG16 #undef DEBUGOUTPUT17 #endif18 16 19 17 /* It should be possible to include this file multiple times for different */
Note: See TracChangeset
for help on using the changeset viewer.