Changeset f6c7133 in git


Ignore:
Timestamp:
Jan 18, 1999, 6:28:05 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
4889a20c3845708d2793a48209156d2a5e3d1a5c
Parents:
8552c7ec6ef8b40263c2fe0ab9ce32c4c17d6654
Message:
fixed debug of alloc(0)


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

Legend:

Unmodified
Added
Removed
  • Singular/mmalloc.c

    r8552c7e rf6c7133  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: mmalloc.c,v 1.9 1998-12-18 11:11:38 obachman Exp $ */
     4/* $Id: mmalloc.c,v 1.10 1999-01-18 17:28:05 Singular Exp $ */
    55
    66/*
     
    301301  {
    302302    fprintf(stderr,"alloc(0) in %s:%d\n",fname,lineno);
    303     assume(0);
    304303    size = 1;
    305304  }
Note: See TracChangeset for help on using the changeset viewer.