Changeset b45d97 in git for Singular/misc.cc
- Timestamp:
- Apr 17, 1999, 2:30:24 PM (24 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- a79a12873c307b35db5462af26c49d5b594af644
- Parents:
- 458bd67f21def86763df6137584fe9c0d9fa9a66
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/misc.cc
r458bd6 rb45d97 683 683 } 684 684 } 685 PrintTCLS('O',StringAppend (""));685 PrintTCLS('O',StringAppendS("")); 686 686 StringSet(""); 687 687 } … … 735 735 } 736 736 } 737 return mstrdup(StringAppend (""));737 return mstrdup(StringAppendS("")); 738 738 } 739 739 else 740 return mstrdup(StringAppend (" none"));740 return mstrdup(StringAppendS(" none")); 741 741 } 742 742 … … 797 797 #endif 798 798 #ifdef MTRACK 799 StringAppend ("MTRACK,");799 StringAppendS("MTRACK,"); 800 800 #endif 801 801 #ifdef PDEBUG 802 StringAppend ("PDEBUG,");802 StringAppendS("PDEBUG,"); 803 803 #endif 804 804 #ifdef KDEBUG 805 StringAppend ("KDEBUG,");805 StringAppendS("KDEBUG,"); 806 806 #endif 807 807 #ifdef TEST_MAC_ORDER … … 810 810 #ifndef __OPTIMIZE__ 811 811 #ifdef __MWERKS__ 812 StringAppend (" Codewarrior 2.0,");812 StringAppendS(" Codewarrior 2.0,"); 813 813 #else 814 StringAppend ("-g,");814 StringAppendS("-g,"); 815 815 #endif 816 816 #endif
Note: See TracChangeset
for help on using the changeset viewer.