version 1.15, 2001/05/04 01:06:25 |
version 1.22, 2003/09/06 11:41:25 |
|
|
/* sm.c $OpenXM: OpenXM/src/kan96xx/Kan/sm.c,v 1.14 2000/12/03 07:29:38 takayama Exp $ */ |
/* sm.c $OpenXM: OpenXM/src/kan96xx/Kan/sm.c,v 1.21 2003/08/21 12:30:15 takayama Exp $ */ |
#define DATE "2000/12/03" |
#define DATE "2003/08/21" |
#define RELEASE "3.001203" /* This "string" must be an increasing seq.*/ |
#define RELEASE "3.030821" /* This "string" must be an increasing seq.*/ |
/* You should write the same string in global.c |
/* You should write the same string in global.c |
VersionString for ox_sm1. |
VersionString for ox_sm1. |
Change also OxVersion in plugin/oxmisc.c |
Change also OxVersion in plugin/oxmisc.c |
|
|
if (!Quiet) { |
if (!Quiet) { |
fprintf(Fstack,"\n"); |
fprintf(Fstack,"\n"); |
fprintf(Fstack,"Kan/StackMachine1"); |
fprintf(Fstack,"Kan/StackMachine1"); |
fprintf(Fstack," 1991 April --- 2000.\n"); |
fprintf(Fstack," 1991 April --- 2003.\n"); |
fprintf(Fstack," Release %s (C) N. Takayama\n", |
fprintf(Fstack," Release %s (C) N. Takayama\n", |
RELEASE); |
RELEASE); |
fprintf(Fstack,"gc 4.14 (C) Boehm, Demers, GNU MP 2.0.2 (C) Free Software Foundation,\n"); |
fprintf(Fstack,"gc 5.3 (C) Boehm, Demers, GNU MP 4.1 (C) Free Software Foundation,\n"); |
fprintf(Fstack,"OpenXM (C) OpenXM developing team. \n"); |
fprintf(Fstack,"OpenXM RFC100, 101, 103 (C) OpenXM developing team. \n"); |
fprintf(Fstack,"This software may be freely distributed as is "); |
fprintf(Fstack,"This software may be freely distributed as is "); |
fprintf(Fstack,"with no warranty expressed.\n"); |
fprintf(Fstack,"with no warranty expressed. \nSee OpenXM/Copyright/Copyright.generic\n"); |
fprintf(Fstack,"Info: http://www.math.kobe-u.ac.jp/KAN, kan@math.kobe-u.ac.jp. ? for help.\n"); |
fprintf(Fstack,"Info: http://www.math.kobe-u.ac.jp/KAN, kan@math.kobe-u.ac.jp. ? for help.\n"); |
#ifdef NOGC |
#ifdef NOGC |
fprintf(Fstack,"No garbage collector is installed.\n"); |
fprintf(Fstack,"No garbage collector is installed.\n"); |