Changeset 667247 in git for Singular/ipconv.cc


Ignore:
Timestamp:
May 2, 1997, 5:10:23 PM (27 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
713fe8641a9dff2efe5d93b24d2de16fb640aeda
Parents:
fde1a8734f321f72cbe87001fd682d36e955e8a1
Message:
* hannes: -fixed exitVoice in febase.cc
          -changed used of TEST in ideals.cc ipassign.cc ipconv.cc
            mmallocb.c modulop.cc polys2.cc numbers.cc
          - made nfCharQ, nfCharM1 extern in ffields.cc


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

Legend:

Unmodified
Added
Removed
  • Singular/ipconv.cc

    rfde1a8 r667247  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipconv.cc,v 1.4 1997-04-02 15:07:10 Singular Exp $ */
     4/* $Id: ipconv.cc,v 1.5 1997-05-02 15:10:15 Singular Exp $ */
    55/*
    66* ABSTRACT: automatic type conversions
     
    279279        else
    280280        {
    281           Werror("wrong name, should not happen");
     281          WerrorS("wrong name, should not happen");
    282282          output->name=mstrdup("?");
    283283        }
Note: See TracChangeset for help on using the changeset viewer.