Changeset 36b7a3 in git for libfac/factor/Factor.cc


Ignore:
Timestamp:
Mar 18, 2008, 6:46:16 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
85e68dddda98435a9ae0d847d22d075e8b49fbff
Parents:
b731a04fc07c63b1e10dfba82c467ca4a8884227
Message:
*hannes: gcc 4.2


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

Legend:

Unmodified
Added
Removed
  • libfac/factor/Factor.cc

    rb731a04 r36b7a3  
    11/* Copyright 1996 Michael Messollen. All rights reserved. */
    22///////////////////////////////////////////////////////////////////////////////
    3 static char * rcsid = "$Id: Factor.cc,v 1.43 2008-03-18 10:12:21 Singular Exp $ ";
    4 static char * errmsg = "\nYou found a bug!\nPlease inform (Michael Messollen) michael@math.uni-sb.de \nPlease include above information and your input (the ideal/polynomial and characteristic) in your bug-report.\nThank you.";
     3/* $Id: Factor.cc,v 1.44 2008-03-18 17:46:15 Singular Exp $ */
     4static const char * errmsg = "\nYou found a bug!\nPlease inform singular@mathematik.uni-kl.de\nPlease include above information and your input (the ideal/polynomial and characteristic) in your bug-report.\nThank you.";
    55///////////////////////////////////////////////////////////////////////////////
    66// FACTORY - Includes
     
    3838
    3939#ifdef HAVE_SINGULAR_ERROR
    40    extern "C" { void WerrorS(char *); }
     40   extern "C" { void WerrorS(const char *); }
    4141   extern "C" { void WarnS(const char *); }
    4242#endif
     
    13351335/*
    13361336$Log: not supported by cvs2svn $
     1337Revision 1.43  2008/03/18 10:12:21  Singular
     1338*hannes: format
     1339
    13371340Revision 1.42  2008/03/17 17:44:16  Singular
    13381341*hannes: fact.tst
Note: See TracChangeset for help on using the changeset viewer.