Changeset b65901 in git


Ignore:
Timestamp:
May 14, 1997, 5:58:11 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2f12a6f4dd62bad226ac3f105cbbc72b61f0fc33
Parents:
660688e63f335f5fabb163b863ccc9c7116818a5
Message:
o comment fix


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

Legend:

Unmodified
Added
Removed
  • factory/assert.h

    r660688 rb65901  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: assert.h,v 1.2 1997-03-26 16:20:48 schmidt Exp $ */
     2/* $Id: assert.h,v 1.3 1997-05-14 15:58:11 schmidt Exp $ */
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.2  1997/03/26 16:20:48  schmidt
     7NDEBUG renamed to NOASSERT
     8ASSERT1 added
     9DEBUGOUTPUT-functionality moved to debug.h
     10WARN- and PVIRT-functionality added
     11
    612Revision 1.1  1996/12/05 18:19:31  schmidt
    713``Unconditional'' check-in.
     
    1319*/
    1420
    15 /* This is for backward compatibility only */
     21/* This is for compatibility with standard assert.h */
    1622#if defined (NDEBUG) && ! defined (NOASSERT)
    1723#define NOASSERT
Note: See TracChangeset for help on using the changeset viewer.