Changeset b339f4 in git


Ignore:
Timestamp:
Aug 17, 2009, 12:03:17 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
fb672de9b4ce15a15736d668a6e9bf8bb0c85b56
Parents:
7fac8aac9b272b2863def6ba8ba6a85e020a750e
Message:
*hannes: rDefault-> mpsr_rDefault


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

Legend:

Unmodified
Added
Removed
  • Singular/mpsr_GetMisc.cc

    r7fac8aa rb339f4  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: mpsr_GetMisc.cc,v 1.31 2009-08-17 08:29:04 Singular Exp $ */
     4/* $Id: mpsr_GetMisc.cc,v 1.32 2009-08-17 10:03:17 Singular Exp $ */
    55
    66/***************************************************************
     
    2626BOOLEAN currComplete = FALSE;
    2727
    28 static ring rDefault(short ch, const char *name);
     28static ring mpsr_rDefault(short ch, const char *name);
    2929static char* GenerateRingName();
    3030
     
    5454    }
    5555  }
    56   r = rDefault(ch, name);
     56  r = mpsr_rDefault(ch, name);
    5757  return 0;
    5858}
     
    6767  }
    6868  else
    69     return rDefault(ch, MPSR_DEFAULT_VARNAME);
    70 }
    71 
    72 static ring rDefault(short ch, const char *name)
     69    return mpsr_rDefault(ch, MPSR_DEFAULT_VARNAME);
     70}
     71
     72static ring mpsr_rDefault(short ch, const char *name)
    7373{
    7474  ring r = (ring) omAlloc0Bin(sip_sring_bin);
Note: See TracChangeset for help on using the changeset viewer.