ExternalLibraryFunction.st
changeset 19951 2ba5ef097a79
parent 19950 ee2f6bfd55c1
child 19967 9b1443c2aab1
child 20288 604e46cfbf18
equal deleted inserted replaced
19950:ee2f6bfd55c1 19951:2ba5ef097a79
  1072     int __argTypesIncludingThis[MAX_ARGS+1];
  1072     int __argTypesIncludingThis[MAX_ARGS+1];
  1073     int *__argTypes = __argTypesIncludingThis;
  1073     int *__argTypes = __argTypesIncludingThis;
  1074     int __returnType = 0;
  1074     int __returnType = 0;
  1075     int thisType;
  1075     int thisType;
  1076     int __callType = FFI_DEFAULT_ABI;
  1076     int __callType = FFI_DEFAULT_ABI;
       
  1077 #endif
  1077     int __anyFloatOrDoubleArg = 0;
  1078     int __anyFloatOrDoubleArg = 0;
  1078 #endif
       
  1079 
  1079 
  1080     union u {
  1080     union u {
  1081 	INT iVal;
  1081 	INT iVal;
  1082 	float fVal;
  1082 	float fVal;
  1083 	double dVal;
  1083 	double dVal;