[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.8 and 1.9

version 1.8, 2015/10/09 23:46:18 version 1.9, 2015/10/10 11:29:46
Line 1 
Line 1 
 /* server stack machine, serversm.h  */  /* server stack machine, serversm.h  */
 /* miss of these declarations caused segfault of ox_sm1 2015.10.09 */  /* miss of these declarations caused segfault of ox_sm1 2015.10.09 */
 #include <string.h>  #include <string.h>
   #include <gc.h>
 void *sGC_malloc(int n);  void *sGC_malloc(int n);
   
 void *Sm1_mathcap(void);  void *Sm1_mathcap(void);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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