Changeset 85e68dd in git for kernel/polys.h


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/polys.h

    r36b7a3 r85e68dd  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: polys.h,v 1.15 2008-01-30 09:01:38 wienand Exp $ */
     6/* $Id: polys.h,v 1.16 2008-03-19 17:44:11 Singular Exp $ */
    77/*
    88* ABSTRACT - all basic methods to manipulate polynomials of the
     
    325325
    326326
    327 poly      pmInit(char *s, BOOLEAN &ok);    /* monom -> poly, interpreter */
    328 char *    p_Read(char *s, poly &p, ring r); /* monom -> poly */
     327poly      pmInit(const char *s, BOOLEAN &ok); /* monom -> poly, interpreter */
     328const char *    p_Read(const char *s, poly &p, ring r); /* monom -> poly */
    329329void      ppDelete(poly * a, ring r);
    330330
Note: See TracChangeset for help on using the changeset viewer.