Changeset 2685a1 in git
- Timestamp:
- Jul 3, 1998, 3:07:46 PM (25 years ago)
- Branches:
- (u'spielwiese', 'df6a8e29030ff93c6ad53051028727af7d339fa0')
- Children:
- 900623b24eb75815b28c5808ba23c99ddb460760
- Parents:
- 9ff0d97b66699f71fb363aaad777069f07f75cdd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/misc.cc
r9ff0d9 r2685a1 7 7 8 8 #include <string.h> 9 #include "mod2.h"10 #ifndef macintosh11 9 #include <unistd.h> 12 #endif13 10 #include <stdio.h> 14 11 #include <stddef.h> … … 17 14 #include <limits.h> 18 15 16 #include "mod2.h" 19 17 #include "tok.h" 20 18 #include "febase.h" … … 748 746 #endif 749 747 StringAppend("random=%d\n",siRandomStart); 748 #ifndef __MWERKS__ 750 749 #ifdef HAVE_INFO 751 750 StringAppend("InfoFile : %s\n", feGetInfoFile()); … … 754 753 StringAppend("Singular : %s\n",feGetExpandedExecutable()); 755 754 return StringAppend("SearchPath : %s", feGetSearchPath()); 756 } 755 #endif 756 }
Note: See TracChangeset
for help on using the changeset viewer.