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

Diff for /OpenXM/src/kxx/nullstackmachine.c between version 1.2 and 1.4

version 1.2, 2001/05/06 07:53:00 version 1.4, 2004/02/25 23:14:36
Line 2 
Line 2 
 #include "ox_kan.h"  #include "ox_kan.h"
 #include "serversm.h"  #include "serversm.h"
 #include <setjmp.h>  #include <setjmp.h>
   #include <errno.h>
 jmp_buf EnvOfStackMachine;  /* dummy data. */  jmp_buf EnvOfStackMachine;  /* dummy data. */
   
 int SerialCurrent = -1;  int SerialCurrent = -1;
Line 269  int Sm1_pushCMO(ox_stream ostream) /* old one went to 
Line 270  int Sm1_pushCMO(ox_stream ostream) /* old one went to 
 int Sm1_popCMO(ox_stream os,int serial)  int Sm1_popCMO(ox_stream os,int serial)
 {  {
   FILE *fp2;    FILE *fp2;
   extern int errno;  
   int c;    int c;
   int p;    int p;
   char data[1000];    char data[1000];
Line 300  int Sm1_pushError2(int serial,int no,char *s)
Line 300  int Sm1_pushError2(int serial,int no,char *s)
 /* These are dummy.  It is defined in stackmachine.c */  /* These are dummy.  It is defined in stackmachine.c */
 unlockCtrlCForOx() { ; }  unlockCtrlCForOx() { ; }
 restoreLockCtrlCForOx() { ; }  restoreLockCtrlCForOx() { ; }
   void cancelAlarm() { ; }
   

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

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