Changeset ec0e9d in git


Ignore:
Timestamp:
Jun 7, 1999, 7:48:27 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2923fa1d357f326a0c329b2f7097062eb50d9bf0
Parents:
445434af88451a04abc772d0ad55d79c18a769fa
Message:
*hannes: C++-fixes


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

Legend:

Unmodified
Added
Removed
  • Singular/mmheap.h

    r445434a rec0e9d  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: mmheap.h,v 1.5 1999-01-26 14:41:40 obachman Exp $ */
     6/* $Id: mmheap.h,v 1.6 1999-06-07 17:48:27 Singular Exp $ */
    77#include <stdlib.h>
    88#include "mod2.h"
     
    153153  if ((_heap)->current == NULL) mmAllocNewHeapPage(_heap);  \
    154154  mmIncrHeapPageCounterOfAddr((_heap)->current);            \
    155   ((void*) (what)) = (_heap)->current;                      \
     155  (what) = (void *)(_heap)->current;                        \
    156156  (_heap)->current =  *((void**)(_heap)->current);          \
    157157}                                                           \
Note: See TracChangeset for help on using the changeset viewer.