=================================================================== RCS file: /home/cvs/OpenXM/src/kan96xx/Kan/global.c,v retrieving revision 1.15 retrieving revision 1.26 diff -u -p -r1.15 -r1.26 --- OpenXM/src/kan96xx/Kan/global.c 2001/05/04 01:06:23 1.15 +++ OpenXM/src/kan96xx/Kan/global.c 2003/08/21 12:30:15 1.26 @@ -1,4 +1,4 @@ -/* global.c $OpenXM: OpenXM/src/kan96xx/Kan/global.c,v 1.14 2000/12/03 07:29:38 takayama Exp $ */ +/* global.c $OpenXM: OpenXM/src/kan96xx/Kan/global.c,v 1.25 2003/08/20 01:39:17 takayama Exp $ */ #include #include #include "datatype.h" @@ -103,6 +103,11 @@ int CmoDMSOutputOption = 0; /* Output with (1) RING_BY_NAME or (0) DMS_OF_N_VARIABLES. plugin/cmo.c */ int SecureMode = 0; +int Ecart = 0; +int EcartAutomaticHomogenization = 0; +int TraceLift = 0; +struct ring *TraceLift_ringmod = NULL; +int DoCancel = 0; /* global variables for stackmachine.c */ int VerboseStack = 1; /* 0 is quiet, 1 is standard, 2 ... */ @@ -116,9 +121,17 @@ FILE *Fstack = NULL; /* Initialized to standard output /* in case of Solaris, use the following: */ int EnvOfStackMachine[2000]; #else +#if defined(__CYGIWN__) +sigjmp_buf EnvOfStackMachine; +#else jmp_buf EnvOfStackMachine; #endif +#endif +#if defined(__CYGWIN__) +int errno; +#endif + struct object NullObject; struct object NoObject; @@ -127,7 +140,7 @@ int Lookup[TYPES][TYPES]; int Quiet = 0; int TimerOn = 0; -char *VersionString = "3.001203"; +char *VersionString = "3.030821"; char *LeftBracket = NULL; char *RightBracket = NULL;