Changeset d751cf in git


Ignore:
Timestamp:
Apr 27, 1998, 12:03:07 PM (26 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
81422ce74d0c6f8db0b52848d314a121b23e4d72
Parents:
66dfef3463a486be3d7c81e90a43c78b73c8c755
Message:
global vars as "C"


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

Legend:

Unmodified
Added
Removed
  • Singular/mminit.cc

    r66dfef rd751cf  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: mminit.cc,v 1.7 1997-06-17 11:53:57 Singular Exp $ */
     4/* $Id: mminit.cc,v 1.8 1998-04-27 10:03:07 pohl Exp $ */
    55/*
    66* ABSTRACT: init of memory management
     
    1414#include "mmemory.h"
    1515#include "mmprivat.h"
     16extern "C" { /* begin of "C" */
    1617#ifdef HAVE_GMP
    17 extern "C" {
    1818#include <gmp.h>
    19 }
    2019#endif
    2120
     
    115114
    116115int mm_printMark=102400;
     116} /* end of "C" */
    117117
    118118void* operator new ( size_t size )
Note: See TracChangeset for help on using the changeset viewer.