[BACK]Return to simple.y CVS log [TXT][DIR] Up to [local] / OpenXM / src / k097

Diff for /OpenXM/src/k097/simple.y between version 1.2 and 1.3

version 1.2, 2000/01/21 03:01:26 version 1.3, 2001/01/13 12:40:56
Line 1 
Line 1 
 /* $OpenXM$ */  /* $OpenXM: OpenXM/src/k097/simple.y,v 1.2 2000/01/21 03:01:26 takayama Exp $ */
 /* simple.y 1996, 1/1 --- 1/6 */  /* simple.y 1996, 1/1 --- 1/6 */
 /* simple.y.ccc,  1996, 4/1 --- */  /* simple.y.ccc,  1996, 4/1 --- */
 %{  %{
Line 460  class_definition
Line 460  class_definition
         /* debug */ K00foo1();          /* debug */ K00foo1();
         K00toPrimitiveClass();          K00toPrimitiveClass();
       }        }
   |  
     class_definition_prefix  globalstatements '}'  
       { pkkan(" PrimitiveContextp setcontext ");  
         K00putIncetanceVariable(IEXIT," ");  
         /* debug */ K00foo1();  
         K00toPrimitiveClass();  
       }  
   ;    ;
   
 class_definition_prefix  class_definition_prefix
Line 489  class_definition_prefix
Line 482  class_definition_prefix
   
 incetance_variables  incetance_variables
   : LOCAL incetance_variables_list ';'    : LOCAL incetance_variables_list ';'
         {
           K00putIncetanceVariable(IEXIT," ");
         }
     | LOCAL ';'
       {        {
         K00putIncetanceVariable(IEXIT," ");          K00putIncetanceVariable(IEXIT," ");
       }        }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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