[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.3 and 1.4

version 1.3, 2002/11/04 10:53:57 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];

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

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