X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=examples%2Fc-test-fns.c;h=1f60e7757420c509ae140e1faea4be4b5b80ce55;hb=6857c87b747c4d9816788432672280160d1df773;hp=cab2dd67bad15a6b46fdaac8d7c62233c10ebdf5;hpb=c55832db4eb5a0535762f291674b3b26d288ad17;p=uffi.git diff --git a/examples/c-test-fns.c b/examples/c-test-fns.c index cab2dd6..1f60e77 100644 --- a/examples/c-test-fns.c +++ b/examples/c-test-fns.c @@ -6,14 +6,10 @@ * 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 + * This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg * - * UFFI users are granted the rights to distribute and use this software - * as governed by the terms of the Lisp Lesser GNU Public License - * (http://opensource.franz.com/preamble.html), also known as the LLGPL. - * These variables are correct for GCC * you'll need to modify these for other compilers ***************************************************************************/ @@ -31,7 +27,7 @@ BOOL WINAPI DllEntryPoint(HINSTANCE hinstdll, #define DLLEXPORT __declspec(dllexport) #else -#define DLLEXPORT +#define DLLEXPORT #endif #include @@ -93,4 +89,3 @@ half_double_vector (int size, double* vec) -