Changeset 456842 in git for libfac/factor/SqrFree.cc


Ignore:
Timestamp:
Aug 8, 2001, 4:26:56 PM (22 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
8444b045c3217f44893e92cc7acc9a1bc7595178
Parents:
14b1e65b4290df7e1f7dc6b926269dc204ea38a3
Message:
*hannes: Dan's HAVE_SINGULAR_ERROR


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

Legend:

Unmodified
Added
Removed
  • libfac/factor/SqrFree.cc

    r14b1e65 r456842  
    22///////////////////////////////////////////////////////////////////////////////
    33// emacs edit mode for this file is -*- C++ -*-
    4 static char * rcsid = "$Id: SqrFree.cc,v 1.5 2001-08-08 11:59:13 Singular Exp $";
     4static char * rcsid = "$Id: SqrFree.cc,v 1.6 2001-08-08 14:26:56 Singular Exp $";
    55static char * errmsg = "\nYou found a bug!\nPlease inform (Michael Messollen) michael@math.uni-sb.de .\n Please include above information and your input (the ideal/polynomial and characteristic) in your bug-report.\nThank you.";
    66///////////////////////////////////////////////////////////////////////////////
     
    1717
    1818#ifdef SINGULAR
    19 #  define HAVE_SINGULAR
     19#define HAVE_SINGULAR_ERROR
     20#endif
     21
     22#ifdef HAVE_SINGULAR_ERROR
    2023   extern "C" { void WerrorS(char *); }
    2124#endif
     
    128131    else return 0 ;
    129132  }
    130 #ifdef HAVE_SINGULAR
     133#ifdef HAVE_SINGULAR_ERROR
    131134  WerrorS("libfac: ERROR: SqrFreeTest: we should never fall trough here!");
    132135#else
     136#ifndef NOSTREAMIO
    133137  cerr << "\nlibfac: ERROR: SqrFreeTest: we should never fall trough here!\n"
    134138       << rcsid << errmsg << endl;
     139#endif
    135140#endif
    136141  return 0;
     
    254259    return Outputlist ;
    255260  }
    256 #ifdef HAVE_SINGULAR
     261#ifdef HAVE_SINGULAR_ERROR
    257262  WerrorS("libfac: ERROR: SqrFreed: we should never fall trough here!");
    258263#else
     264#infdef NOSTREAMIO
    259265  cerr << "\nlibfac: ERROR: SqrFreed: we should never fall trough here!\n"
    260266       << rcsid << errmsg << endl;
     267#endif
    261268#endif
    262269  DEBDECLEVEL(cout, "SqrFreed");
     
    334341/*
    335342$Log: not supported by cvs2svn $
     343Revision 1.5  2001/08/08 11:59:13  Singular
     344*hannes: Dan's NOSTREAMIO changes
     345
    336346Revision 1.4  1997/11/18 16:39:06  Singular
    337347* hannes: moved WerrorS from C++ to C
Note: See TracChangeset for help on using the changeset viewer.