Changeset 7b13a2 in git


Ignore:
Timestamp:
Feb 17, 1998, 4:06:40 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
71ac17e2d33494969f05dfeff29bc1661c794859
Parents:
68a3b69fe30987b5db4e4e77765d096e6260d032
Message:
* rm'ed static from void napWrite(alg p) declaration


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

Legend:

Unmodified
Added
Removed
  • Singular/longalg.cc

    r68a3b69 r7b13a2  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: longalg.cc,v 1.18 1998-02-16 14:22:19 obachman Exp $ */
     4/* $Id: longalg.cc,v 1.19 1998-02-17 15:06:40 obachman Exp $ */
    55/*
    66* ABSTRACT:   algebraic numbers
     
    703703*writes a polynomial number
    704704*/
    705 static void napWrite(alg p)
     705void napWrite(alg p)
    706706{
    707707  if (p==NULL)
Note: See TracChangeset for help on using the changeset viewer.