[BACK]Return to exp-ja.texi CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-doc / exp

Diff for /OpenXM/src/asir-doc/exp/exp-ja.texi between version 1.20 and 1.22

version 1.20, 2005/05/04 11:06:55 version 1.22, 2005/07/26 05:31:52
Line 1 
Line 1 
 %% $OpenXM: OpenXM/src/asir-doc/exp/exp-ja.texi,v 1.19 2005/05/04 00:08:38 takayama Exp $  %% $OpenXM: OpenXM/src/asir-doc/exp/exp-ja.texi,v 1.21 2005/07/25 12:23:05 takayama Exp $
 \input texinfo  \input texinfo
 @iftex  @iftex
 @catcode`@#=6  @catcode`@#=6
Line 128  ChangeLog $B$N9`L\$O(B www.openxm.org $B$N(B cvswe
Line 128  ChangeLog $B$N9`L\$O(B www.openxm.org $B$N(B cvswe
 * remove_paren::  * remove_paren::
 * set_secure_mode::  * set_secure_mode::
 * set_secure_flag::  * set_secure_flag::
   * initialize_static_variable::
 @end menu  @end menu
   
 @comment --- $B"~"~"~"~(B  $B4X?t(B quotetotex, quotetotex_env $B$N@bL@(B $B"~"~"~"~(B  @comment --- $B"~"~"~"~(B  $B4X?t(B quotetotex, quotetotex_env $B$N@bL@(B $B"~"~"~"~(B
Line 1472  cgi-asir.sh $B$G$O(B
Line 1473  cgi-asir.sh $B$G$O(B
 @item  @item
   1.33      OpenXM_contrib2/asir2000/parse/parse.h    1.33      OpenXM_contrib2/asir2000/parse/parse.h
 @end itemize  @end itemize
   
   @node initialize_static_variable,,, $B<B83E*;EMM$N4X?t(B
   @subsection @code{initialize_static_variable}
   @findex initialize_static_variable
   
   
   @comment --- $B@bL@(B ---
   @table @t
   @item static $BJQ?t$N=i4|2=$NLdBjE@(B. $B=i4|2=$N;~$K(B segmentation fault $B$,$*$-$k(B.
   @end table
   
   
   @itemize @bullet
   @item static $BJQ?t$N<h07(B.
   $B2<$NNc$r;2>H$N$3$H(B.
   @end itemize
   
   
   @example
   if (1) @{
    module abc;
    static A;
    A=1;
    endmodule;
   @} else @{ @};
   
   end$
   $B$r(B t.rr $B$H$9$k$H$-(B,
   
   [6] load("./t.rr");
   1
   internal error (SEGV)
   $B$H$J$k(B.
   
   t.rr $B$r(B
   if (1) @{
    module abc;
    static A;
    localf initA;
    localf foo;
    def initA() @{
      A=1;
    @}
    initA();
    def foo() @{
      return A;
    @}
    endmodule;
   @} else @{ @};
   
   end$
   $B$H$9$k$H@5$7$/=i4|2=$5$l$k(B.
   @end example
   
   @comment --- ChangeLog
   @noindent
   ChangeLog
   @itemize @bullet
   @item  oxasir-win.rr $B$N<h07$GLdBjE@$H$7$FIb>e(B.  2005.07.25.
   @item  oxasir-win.rr $B$N<h07$G(B double quote $B$N<h$j07$$$KLdBj$,$"$C$?$,(B, $B$3$l$O(B asir2000/io/ox_asir.c, 1.58, $B$GLdBjE@2r7h(B.
   @item ox_asir $B$K7W;;$r0MMj$9$k;~$O(B if (1) @{ ... @}$B$G0O$`(B.
   @end itemize
   
   
 @comment ****************************************************************  @comment ****************************************************************
 @comment --- $B"~"~"~"~(B  $B0J2<B>$N4X?t$K$D$$$F??;w$7$F5-=R$9$k(B. $B"~"~"~"~(B  @comment --- $B"~"~"~"~(B  $B0J2<B>$N4X?t$K$D$$$F??;w$7$F5-=R$9$k(B. $B"~"~"~"~(B

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.22

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