- Timestamp:
- Apr 28, 1998, 11:53:19 AM (26 years ago)
- Branches:
- (u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
- Children:
- b73ca4f308dfeb52e08d83d87b6676a5ed71b08b
- Parents:
- 658488c34b925e3203fa73119edd5c94edac978d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/tesths.cc
r658488c r9c756f 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: tesths.cc,v 1.3 5 1998-04-24 16:39:26 SingularExp $ */4 /* $Id: tesths.cc,v 1.36 1998-04-28 09:53:19 pohl Exp $ */ 5 5 6 6 /* … … 8 8 */ 9 9 10 #ifndef macintosh11 10 #include <unistd.h> 12 #endif13 11 #include <string.h> 14 12 #include <stdio.h> … … 33 31 #endif 34 32 35 #include <getopt.h>33 #include "getopt.h" 36 34 37 35 // define the long option names here … … 267 265 #endif 268 266 #ifdef GENTABLE 269 extern ttGen1();270 extern ttGen2();271 #ifndef macintosh267 extern void ttGen1(); 268 extern void ttGen2(); 269 #ifndef __MWERKS__ 272 270 extern mpsr_ttGen(); // For initialization of (CMD, MP_COP) tables 273 271 mpsr_ttGen(); … … 488 486 if (!feBatch) 489 487 { 490 #ifdef macintosh488 #ifdef __MWERKS__ 491 489 memcpy(stderr,stdout,sizeof(FILE)); 492 490 #else
Note: See TracChangeset
for help on using the changeset viewer.