[BACK]Return to serversm.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / kxx

Diff for /OpenXM/src/kxx/serversm.h between version 1.1.1.1 and 1.4

version 1.1.1.1, 1999/10/08 02:12:13 version 1.4, 2005/06/16 05:07:24
Line 13  int Sm1_pushError2(int serial,int no,char *message);
Line 13  int Sm1_pushError2(int serial,int no,char *message);
 char *Sm1_popErrorMessage(char *s);  char *Sm1_popErrorMessage(char *s);
 void Sm1_getsp(void);  void Sm1_getsp(void);
 void Sm1_dupErrors(void);  void Sm1_dupErrors(void);
   void Sm1_pushCMOtag(int serial);
   
   
 /********************  Object from Kan/stackm.h *************************/  /********************  Object from Kan/stackm.h *************************/
Line 35  struct object{
Line 36  struct object{
   int tag;                /* class identifier */    int tag;                /* class identifier */
   union cell lc;          /* left cell */    union cell lc;          /* left cell */
   union cell rc;          /* right cell */    union cell rc;          /* right cell */
     struct object *attr;
 };  };
   #define OINIT  { .attr = NULL }
   
 /********** macros to use Sarray **********************/  /********** macros to use Sarray **********************/
 /* put to Object Array */  /* put to Object Array */
 #define putoa(ob,i,cc) {\  #define putoa(ob,i,cc) {\
Line 62  void *KSmathCapByStruct(void);  /* defined plugin/cmo.
Line 66  void *KSmathCapByStruct(void);  /* defined plugin/cmo.
 char *popErrorStackByString(void);  char *popErrorStackByString(void);
 struct object KSdupErrors(void);  struct object KSdupErrors(void);
 struct object KpoInteger(int i);  struct object KpoInteger(int i);
   struct object KSpeek(int k);
   

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

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