Changeset b45d97 in git for Singular/misc.cc


Ignore:
Timestamp:
Apr 17, 1999, 2:30:24 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a79a12873c307b35db5462af26c49d5b594af644
Parents:
458bd67f21def86763df6137584fe9c0d9fa9a66
Message:
more StringAppendS


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

Legend:

Unmodified
Added
Removed
  • Singular/misc.cc

    r458bd6 rb45d97  
    683683          }
    684684        }
    685         PrintTCLS('O',StringAppend(""));
     685        PrintTCLS('O',StringAppendS(""));
    686686        StringSet("");
    687687      }
     
    735735      }
    736736    }
    737     return mstrdup(StringAppend(""));
     737    return mstrdup(StringAppendS(""));
    738738  }
    739739  else
    740     return mstrdup(StringAppend(" none"));
     740    return mstrdup(StringAppendS(" none"));
    741741}
    742742
     
    797797#endif
    798798#ifdef MTRACK
    799               StringAppend("MTRACK,");
     799              StringAppendS("MTRACK,");
    800800#endif
    801801#ifdef PDEBUG
    802               StringAppend("PDEBUG,");
     802              StringAppendS("PDEBUG,");
    803803#endif
    804804#ifdef KDEBUG
    805               StringAppend("KDEBUG,");
     805              StringAppendS("KDEBUG,");
    806806#endif
    807807#ifdef TEST_MAC_ORDER
     
    810810#ifndef __OPTIMIZE__
    811811#ifdef __MWERKS__
    812               StringAppend(" Codewarrior 2.0,");
     812              StringAppendS(" Codewarrior 2.0,");
    813813#else
    814               StringAppend("-g,");
     814              StringAppendS("-g,");
    815815#endif
    816816#endif
Note: See TracChangeset for help on using the changeset viewer.