Changeset b65901 in git
- Timestamp:
- May 14, 1997, 5:58:11 PM (27 years ago)
- Branches:
- (u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
- Children:
- 2f12a6f4dd62bad226ac3f105cbbc72b61f0fc33
- Parents:
- 660688e63f335f5fabb163b863ccc9c7116818a5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/assert.h
r660688 rb65901 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: assert.h,v 1. 2 1997-03-26 16:20:48schmidt Exp $ */2 /* $Id: assert.h,v 1.3 1997-05-14 15:58:11 schmidt Exp $ */ 3 3 4 4 /* 5 5 $Log: not supported by cvs2svn $ 6 Revision 1.2 1997/03/26 16:20:48 schmidt 7 NDEBUG renamed to NOASSERT 8 ASSERT1 added 9 DEBUGOUTPUT-functionality moved to debug.h 10 WARN- and PVIRT-functionality added 11 6 12 Revision 1.1 1996/12/05 18:19:31 schmidt 7 13 ``Unconditional'' check-in. … … 13 19 */ 14 20 15 /* This is for backward compatibility only*/21 /* This is for compatibility with standard assert.h */ 16 22 #if defined (NDEBUG) && ! defined (NOASSERT) 17 23 #define NOASSERT
Note: See TracChangeset
for help on using the changeset viewer.