=================================================================== RCS file: /home/cvs/OpenXM/doc/OpenXM-specs/stackmachine.tex,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- OpenXM/doc/OpenXM-specs/stackmachine.tex 2000/02/02 02:03:41 1.6 +++ OpenXM/doc/OpenXM-specs/stackmachine.tex 2000/09/08 20:00:46 1.7 @@ -491,6 +491,9 @@ Class.mathcap /*&jp mathcap は 3つの要素をもつリストである. まづ, 最初の要素を見よう. +最初の数字は OpenXM プロトコルのバージョンである. +現在では 1.1.3 等のバージョンが 001001003 と数字にエンコードされて +ここに格納される. Ox\_system は openXM システム名である. 読み込むライブラリがちがって いて, 関数名(または シンボル)の意味がちがうときはこの名前もかえる. た とえば, open math の basic content dictionary 対応の関数定義マクロを読 @@ -503,7 +506,8 @@ Ox\_system は openXM システム名である. 読み込むライブ */ /*&eg A mathcap has three components. The first one contains informations -to identify the system and hosts on which the application runs. +to identify the version number of the OpenXM protocol, +the system and hosts on which the application runs. In the above example, {\tt Ox\_system} denotes the system name. {\tt HOSTTYPE} represents the OS type and taken from \verb+$HOSTTYPE+ enviroment variable.