version 1.14, 2013/11/06 06:23:24 |
version 1.15, 2016/08/28 02:43:14 |
|
|
/*$OpenXM: OpenXM/src/kan96xx/plugin/cmo.c,v 1.13 2005/06/16 05:07:24 takayama Exp $*/ |
/*$OpenXM: OpenXM/src/kan96xx/plugin/cmo.c,v 1.14 2013/11/06 06:23:24 takayama Exp $*/ |
#include <stdio.h> |
#include <stdio.h> |
#include <string.h> |
#include <string.h> |
/* #include <netinet/in.h> */ |
/* #include <netinet/in.h> */ |
Line 1463 void *KSmathCapByStruct(void) |
|
Line 1463 void *KSmathCapByStruct(void) |
|
mathcap->sm[10] = SM_dupErrors; |
mathcap->sm[10] = SM_dupErrors; |
mathcap->sm[11] = SM_pushCMOtag; |
mathcap->sm[11] = SM_pushCMOtag; |
mathcap->sm[12] = SM_executeFunctionWithOptionalArgument; |
mathcap->sm[12] = SM_executeFunctionWithOptionalArgument; |
mathcap->smSize = 13; |
mathcap->sm[13] = SM_nop; |
|
mathcap->smSize = 14; |
|
|
return((void *)mathcap); |
return((void *)mathcap); |
} |
} |