version 1.25, 2003/08/20 01:39:17 |
version 1.29, 2004/02/25 23:14:35 |
|
|
/* global.c $OpenXM: OpenXM/src/kan96xx/Kan/global.c,v 1.24 2003/08/19 08:02:09 takayama Exp $ */ |
/* global.c $OpenXM: OpenXM/src/kan96xx/Kan/global.c,v 1.28 2004/02/23 04:54:45 takayama Exp $ */ |
#include <stdio.h> |
#include <stdio.h> |
#include <setjmp.h> |
#include <setjmp.h> |
#include "datatype.h" |
#include "datatype.h" |
Line 108 int EcartAutomaticHomogenization = 0; |
|
Line 108 int EcartAutomaticHomogenization = 0; |
|
int TraceLift = 0; |
int TraceLift = 0; |
struct ring *TraceLift_ringmod = NULL; |
struct ring *TraceLift_ringmod = NULL; |
int DoCancel = 0; |
int DoCancel = 0; |
|
int QuoteMode = 0; |
|
|
/* global variables for stackmachine.c */ |
/* global variables for stackmachine.c */ |
int VerboseStack = 1; /* 0 is quiet, 1 is standard, 2 ... */ |
int VerboseStack = 1; /* 0 is quiet, 1 is standard, 2 ... */ |
Line 128 jmp_buf EnvOfStackMachine; |
|
Line 129 jmp_buf EnvOfStackMachine; |
|
#endif |
#endif |
#endif |
#endif |
|
|
#if defined(__CYGWIN__) |
|
int errno; |
|
#endif |
|
|
|
struct object NullObject; |
struct object NullObject; |
struct object NoObject; |
struct object NoObject; |
|
|
Line 140 int Lookup[TYPES][TYPES]; |
|
Line 137 int Lookup[TYPES][TYPES]; |
|
int Quiet = 0; |
int Quiet = 0; |
int TimerOn = 0; |
int TimerOn = 0; |
|
|
char *VersionString = "3.030718"; |
char *VersionString = "3.040223"; |
|
|
char *LeftBracket = NULL; |
char *LeftBracket = NULL; |
char *RightBracket = NULL; |
char *RightBracket = NULL; |