Changeset 6b32990 in git for Singular/mpsr_GetMisc.cc


Ignore:
Timestamp:
Dec 12, 2000, 9:44:55 AM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
de7793b9aaa39c2f00b6e30ee4ad5c82915497aa
Parents:
52ea3f939ec0aa2915d2d6a747bab3976eb9bfb7
Message:
* dynamic kernel modules for MP and DBM links
* p_Procs improvements


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

Legend:

Unmodified
Added
Removed
  • Singular/mpsr_GetMisc.cc

    r52ea3f r6b32990  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: mpsr_GetMisc.cc,v 1.23 2000-12-06 11:03:22 Singular Exp $ */
     4/* $Id: mpsr_GetMisc.cc,v 1.24 2000-12-12 08:44:48 obachman Exp $ */
    55
    66/***************************************************************
     
    444444#include "mmalloc.h"
    445445
    446 void mpsr_Init()
    447 {
     446static int mpsr_is_initialized = 0;
     447
     448LINKAGE void mpsr_Init()
     449{
     450  if (mpsr_is_initialized) return;
    448451#ifndef EXTERNAL_MALLOC_H
    449452  // memory management functions of MP (and MPT)
Note: See TracChangeset for help on using the changeset viewer.