Changeset 036707 in git for factory/debug.h


Ignore:
Timestamp:
Jun 5, 1997, 3:53:40 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
4f9ae6a6eb8da1c85be97e6a95dc85bee4e5edb1
Parents:
ae10cf7f5ed7fea08723b7e507d4e311520cb009
Message:
o removed stupid dependency on NDEBUG (if user requires
  DEBUGOUTPUT and NDEBUG explicitely at the same time he
  should know what he want)


git-svn-id: file:///usr/local/Singular/svn/trunk@368 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/debug.h

    rae10cf r036707  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: debug.h,v 1.3 1997-05-14 15:57:33 schmidt Exp $ */
     2/* $Id: debug.h,v 1.4 1997-06-05 13:53:40 schmidt Exp $ */
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.3  1997/05/14 15:57:33  schmidt
     7o undefines DEBUGOUTPUT if #define NDEBUG is set now
     8
    69Revision 1.2  1997/04/15 11:01:49  schmidt
    710macro DEBOUTLN sightly simplified
     
    1114
    1215*/
    13 
    14 /* This is for compatibility with standard assert.h */
    15 #ifdef NDEBUG
    16 #undef DEBUGOUTPUT
    17 #endif
    1816
    1917/* It should be possible to include this file multiple times for different */
Note: See TracChangeset for help on using the changeset viewer.