Changeset 5b3aeb in git for Singular/longalg.h


Ignore:
Timestamp:
Feb 4, 2002, 2:13:43 PM (22 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '873fc1222e995d7cb33f79d8f1792ce418c8c72c')
Children:
9b6b582ab79ae2b89b03ab2f5f7f3595a4cf2743
Parents:
c658ed43f0faca30bee15dba7bad146606a58727
Message:
*hannes: const-fixes


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

Legend:

Unmodified
Added
Removed
  • Singular/longalg.h

    rc658ed r5b3aeb  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: longalg.h,v 1.29 2002-01-30 14:33:03 Singular Exp $ */
     6/* $Id: longalg.h,v 1.30 2002-02-04 13:13:43 Singular Exp $ */
    77/*
    88* ABSTRACT:   algebraic numbers
     
    4747#define napLength(p)      pLength((poly)p)
    4848napoly napNeg(napoly a);
     49#endif /* LONGALGNEW */
    4950void    naDelete (number *p, const ring r);
    50 #else /* LONGALGNEW */
    51 void    naDelete (number *p, const ring r);
    52 #endif /* LONGALGNEW */
    5351number  naInit(int i);                              /* z := i */
    5452number  naPar(int i);                               /* z := par(i) */
Note: See TracChangeset for help on using the changeset viewer.