r10396: 2005-04-12 Kevin Rosenberg (kevin@rosenberg.net)
[uffi.git] / examples / c-test-fns.c
index cab2dd67bad15a6b46fdaac8d7c62233c10ebdf5..fdc17b8ea38717203f3ea23d25b4732de38149de 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$
  *
  * 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)
 
     
 
-