Changeset 456842 in git for libfac/charset/charset.cc
- Timestamp:
- Aug 8, 2001, 4:26:56 PM (22 years ago)
- Branches:
- (u'spielwiese', 'a7324b6e0b44a1a8ed3fa4d9ca3e2ff210ddd52c')
- Children:
- 8444b045c3217f44893e92cc7acc9a1bc7595178
- Parents:
- 14b1e65b4290df7e1f7dc6b926269dc204ea38a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libfac/charset/charset.cc
r14b1e65 r456842 2 2 //////////////////////////////////////////////////////////// 3 3 // emacs edit mode for this file is -*- C++ -*- 4 static char * rcsid = "$Id: charset.cc,v 1. 8 2001-08-06 08:32:53Singular Exp $";4 static char * rcsid = "$Id: charset.cc,v 1.9 2001-08-08 14:26:54 Singular Exp $"; 5 5 ///////////////////////////////////////////////////////////// 6 6 // FACTORY - Includes … … 39 39 40 40 #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 *); } 44 47 #endif 45 48 … … 580 583 else 581 584 { 582 #ifdef SINGULAR583 //WarnS("libfac: Factoring over algebraic function field required!");585 #ifdef HAVE_SINGULAR_ERROR 586 WarnS("libfac: Factoring over algebraic function field required!"); 584 587 #else 585 588 #ifndef NOSTREAMIO … … 599 602 /* 600 603 $Log: not supported by cvs2svn $ 604 Revision 1.8 2001/08/06 08:32:53 Singular 605 * hannes: code cleanup 606 601 607 Revision 1.7 2001/06/27 13:58:06 Singular 602 608 *hannes/GP: debug newfactoras, char_series, ...
Note: See TracChangeset
for help on using the changeset viewer.