Changeset 587cc5 in git for kernel/mpr_complex.cc


Ignore:
Timestamp:
Jun 22, 2009, 7:16:57 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
13bb32cb413d6ce85098f26c34acf917ce0c005c
Parents:
d5042e24b7e01b5dc02ef718e5a3e8ec3f3187e1
Message:
*hannes: gcc 4.4/sage


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

Legend:

Unmodified
Added
Removed
  • kernel/mpr_complex.cc

    rd5042e r587cc5  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: mpr_complex.cc,v 1.8 2009-06-04 08:32:59 Singular Exp $ */
     4/* $Id: mpr_complex.cc,v 1.9 2009-06-22 17:16:57 Singular Exp $ */
    55
    66/*
     
    8484  if (*in == '-') { in++; neg=TRUE; }
    8585  char *s;
    86   if ((s=strchr(in,'E')) !=NULL)
     86  if ((s=strchr((char *)in,'E')) !=NULL)
    8787  {
    8888    *s='e';
Note: See TracChangeset for help on using the changeset viewer.