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

Diff for /OpenXM/src/kan96xx/Kan/primitive.c between version 1.10 and 1.11

version 1.10, 2003/12/05 13:51:31 version 1.11, 2003/12/05 23:14:14
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/kan96xx/Kan/primitive.c,v 1.9 2003/12/03 01:21:43 takayama Exp $ */  /* $OpenXM: OpenXM/src/kan96xx/Kan/primitive.c,v 1.10 2003/12/05 13:51:31 takayama Exp $ */
 /*   primitive.c */  /*   primitive.c */
 /*  The functions in this module were in stackmachine.c */  /*  The functions in this module were in stackmachine.c */
   
Line 1580  int executePrimitive(ob) 
Line 1580  int executePrimitive(ob) 
           putoa(qob,0,KpoString("unknown"));            putoa(qob,0,KpoString("unknown"));
         }          }
         /* Set the attibute list; class=className */          /* Set the attibute list; class=className */
         putoa(qattr2,0,KpoString("class"));  
         if (ob2.tag == Sdollar) {          if (ob2.tag == Sdollar) {
             putoa(qattr2,0,KpoString("cd"));
           putoa(qattr2,1,ob2);            putoa(qattr2,1,ob2);
         }else{          }else{
             putoa(qattr2,0,KpoString("class"));
           putoa(qattr2,1,KpoString(CurrentContextp->contextName));            putoa(qattr2,1,KpoString(CurrentContextp->contextName));
         }          }
         putoa(qattr,0,qattr2);          putoa(qattr,0,qattr2);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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