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

Diff for /OpenXM/src/kan96xx/Kan/extern.h between version 1.15 and 1.16

version 1.15, 2003/12/03 09:00:46 version 1.16, 2003/12/06 02:49:22
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/kan96xx/Kan/extern.h,v 1.14 2003/12/03 01:21:43 takayama Exp $ */  /* $OpenXM: OpenXM/src/kan96xx/Kan/extern.h,v 1.15 2003/12/03 09:00:46 takayama Exp $ */
 /*********** global variables for module stackmachine***************/  /*********** global variables for module stackmachine***************/
 extern int VerboseStack;  extern int VerboseStack;
 extern int DebugStack;  extern int DebugStack;
Line 136  struct object KaoMult(struct object aa,struct object b
Line 136  struct object KaoMult(struct object aa,struct object b
 struct object KooDiv2(struct object ob1,struct object ob2);  struct object KooDiv2(struct object ob1,struct object ob2);
 struct object KoNegate(struct object ob1);  struct object KoNegate(struct object ob1);
 struct object KreduceRationalFunction(struct object ob);  struct object KreduceRationalFunction(struct object ob);
   struct object KooPower(struct object ob1,struct object ob2);
   
 /* for rational function object */  /* for rational function object */
 struct object KoInverse(struct object ob);  struct object KoInverse(struct object ob);

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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