Changeset 85e68dd in git for kernel/modulop.cc


Ignore:
Timestamp:
Mar 19, 2008, 6:44:38 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0e8683ce70a557cd606e08f67660015d94bf8c34
Parents:
36b7a3a23287fa7372c89db467c4ffab4d6268d4
Message:
*hannes: gcc 4.2


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

Legend:

Unmodified
Added
Removed
  • kernel/modulop.cc

    r36b7a3 r85e68dd  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: modulop.cc,v 1.9 2007-07-03 14:45:56 Singular Exp $ */
     4/* $Id: modulop.cc,v 1.10 2008-03-19 17:44:10 Singular Exp $ */
    55/*
    66* ABSTRACT: numbers modulo p (<=32003)
     
    239239}
    240240
    241 char* npEati(char *s, int *i)
     241static const char* npEati(const char *s, int *i)
    242242{
    243243
     
    258258}
    259259
    260 char * npRead (char *s, number *a)
     260const char * npRead (const char *s, number *a)
    261261{
    262262  int z;
     
    384384
    385385#ifdef LDEBUG
    386 BOOLEAN npDBTest (number a, char *f, int l)
     386BOOLEAN npDBTest (number a, const char *f, const int l)
    387387{
    388388  if (((long)a<0) || ((long)a>npPrimeM))
Note: See TracChangeset for help on using the changeset viewer.