Changeset 456842 in git for libfac/charset/charset.cc


Ignore:
Timestamp:
Aug 8, 2001, 4:26:56 PM (22 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'a7324b6e0b44a1a8ed3fa4d9ca3e2ff210ddd52c')
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/charset/charset.cc

    r14b1e65 r456842  
    22////////////////////////////////////////////////////////////
    33// emacs edit mode for this file is -*- C++ -*-
    4 static char * rcsid = "$Id: charset.cc,v 1.8 2001-08-06 08:32:53 Singular Exp $";
     4static char * rcsid = "$Id: charset.cc,v 1.9 2001-08-08 14:26:54 Singular Exp $";
    55/////////////////////////////////////////////////////////////
    66// FACTORY - Includes
     
    3939
    4040#ifdef SINGULAR
    41        extern void WarnS(const char *);
    42        #include "../../Singular/mod2.h"
    43        #include "../../Singular/febase.h"
     41#define HAVE_SINGULAR_ERROR
     42#endif
     43
     44#ifdef HAVE_SINGULAR_ERROR
     45   extern "C" { void WerrorS(char *); }
     46   extern "C" { void WarnS(const char *); }
    4447#endif
    4548
     
    580583          else
    581584          {
    582 #ifdef SINGULAR
    583             //WarnS("libfac: Factoring over algebraic function field required!");
     585#ifdef HAVE_SINGULAR_ERROR
     586            WarnS("libfac: Factoring over algebraic function field required!");
    584587#else
    585588#ifndef NOSTREAMIO
     
    599602/*
    600603$Log: not supported by cvs2svn $
     604Revision 1.8  2001/08/06 08:32:53  Singular
     605* hannes: code cleanup
     606
    601607Revision 1.7  2001/06/27 13:58:06  Singular
    602608*hannes/GP: debug newfactoras, char_series, ...
Note: See TracChangeset for help on using the changeset viewer.