[BACK]Return to smacro.sm1 CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / Kan

Diff for /OpenXM/src/kan96xx/Kan/smacro.sm1 between version 1.1.1.1 and 1.4

version 1.1.1.1, 1999/10/08 02:12:01 version 1.4, 2004/09/04 11:25:58
Line 1 
Line 1 
   %% $OpenXM: OpenXM/src/kan96xx/Kan/smacro.sm1,v 1.3 2004/05/13 05:33:10 takayama Exp $
 %%%%%% global control variables  %%%%%% global control variables
 %%  /@@@.quiet 0 def  It is defined in scanner().  %%  /@@@.quiet 0 def  It is defined in scanner().
 /@@@.Dsymbol (D) def  /@@@.Dsymbol (D) def
Line 7 
Line 7 
 /@@@.hsymbol (h) def  /@@@.hsymbol (h) def
 /@@@.esymbol (e_) def  /@@@.esymbol (e_) def
 /@@@.Esymbol (E) def  /@@@.Esymbol (E) def
   /@@@.Hsymbol (H) def
   
 %%% pointer to the StandardContext.  %%% pointer to the StandardContext.
 /StandardContextp [(CurrentContextp)] system_variable def  /StandardContextp [(CurrentContextp)] system_variable def
Line 64 
Line 65 
      [$PrintDollar$ 0] system_variable pop       [$PrintDollar$ 0] system_variable pop
      @@@.quiet 0 eq       @@@.quiet 0 eq
      {$sm1>$ print} { } ifelse       {$sm1>$ print} { } ifelse
        [(traceClearStack)] extension pop
    ] system_variable pop     ] system_variable pop
 } def  } def
   

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>