r1605: *** empty log message ***
[uffi.git] / tests / c-test-fns.c
index cab2dd67bad15a6b46fdaac8d7c62233c10ebdf5..20a5c2febde461a29c09c29abef1cf356dadbbdf 100644 (file)
@@ -6,7 +6,7 @@
  *  Programer:    Kevin M. Rosenberg
  *  Date Started: Mar 2002
  *
- *  CVS Id:   $Id: c-test-fns.c,v 1.4 2002/03/21 09:54:34 kevin Exp $
+ *  CVS Id:   $Id: c-test-fns.c,v 1.5 2002/03/21 10:06:52 kevin Exp $
  *
  * This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
  *
@@ -31,7 +31,7 @@ BOOL WINAPI DllEntryPoint(HINSTANCE hinstdll,
 #define DLLEXPORT __declspec(dllexport)
 
 #else
-#define DLLEXPORT
+#define DLLEXPORT 
 #endif
 
 #include <ctype.h>
@@ -93,4 +93,3 @@ half_double_vector (int size, double* vec)
 
     
 
-